diff options
Diffstat (limited to 'tuxlite_tbs/templates/metadata.html')
-rw-r--r-- | tuxlite_tbs/templates/metadata.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tuxlite_tbs/templates/metadata.html b/tuxlite_tbs/templates/metadata.html index f3148f7..3f7e987 100644 --- a/tuxlite_tbs/templates/metadata.html +++ b/tuxlite_tbs/templates/metadata.html @@ -1,4 +1,4 @@ -{{ article.date.strftime("%d %b %Y") }} +{{ article.locale_date }} {% if article.author %} by <a class="url fn" href="{{ SITEURL }}/{{ article.author.url }}">{{ article.author }}</a> |