diff options
author | the Bunny Man <WagThatTail@Me.com> | 2013-01-09 09:26:50 -0800 |
---|---|---|
committer | the Bunny Man <WagThatTail@Me.com> | 2013-01-09 09:26:50 -0800 |
commit | 77f388b74fcfe2fe12c670ca11d1500dfd6cecdc (patch) | |
tree | dc01f66047a1cb80446a023010196e6cc279feb6 /built-texts/templates/metadata.html | |
parent | bd8e9113dab4d8802b80c8c6bf6010d1e7571946 (diff) | |
parent | 76bbbdfd68152e35ed7b050c8159fd35be0e4be8 (diff) | |
download | pelican-themes-77f388b74fcfe2fe12c670ca11d1500dfd6cecdc.tar.gz |
Merge pull request #65 from theanalyst/master
Add new theme built-texts
Diffstat (limited to 'built-texts/templates/metadata.html')
-rw-r--r-- | built-texts/templates/metadata.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/built-texts/templates/metadata.html b/built-texts/templates/metadata.html new file mode 100644 index 0000000..3f7e987 --- /dev/null +++ b/built-texts/templates/metadata.html @@ -0,0 +1,13 @@ +{{ article.locale_date }} + +{% if article.author %} +by <a class="url fn" href="{{ SITEURL }}/{{ article.author.url }}">{{ article.author }}</a> +{% endif %} + +{# Filed under <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a> #} + +{# +{% if article.tags %} + Tags {% for tag in article.tags %}<a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a> {% endfor %} +{% endif %} +#} |