diff options
Diffstat (limited to 'tuxlite_tbs/templates/metadata.html')
-rw-r--r-- | tuxlite_tbs/templates/metadata.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tuxlite_tbs/templates/metadata.html b/tuxlite_tbs/templates/metadata.html new file mode 100644 index 0000000..cb04053 --- /dev/null +++ b/tuxlite_tbs/templates/metadata.html @@ -0,0 +1,13 @@ +{{ article.date.strftime("%d %b %Y") }} + +{% if article.author %} +by <a class="url fn" href="{{ SITEURL }}/author/{{ article.author }}.html">{{ article.author }}</a> +{% endif %} + +{# Filed under <a href="{{ SITEURL }}/category/{{ article.category }}.html">{{ article.category }}</a> #} + +{# +{% if article.tags %} + Tags {% for tag in article.tags %}<a href="{{ SITEURL }}/tag/{{ tag }}.html">{{ tag }}</a> {% endfor %} +{% endif %} +#} |