aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_tbs/templates/metadata.html
blob: 3f7e9875bc53007cff87f8bedabba869977bbd5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 %}
#}