aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_tbs
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2012-05-14 20:34:36 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2012-05-14 20:34:36 +0200
commit8c1f08738507ce76c45de7b9282d74297319304b (patch)
treed5c9d81aa0a997620e50036b9cb05a95c17de092 /tuxlite_tbs
parent93db6c30979e16d99c83fd6139d919a57f8d316d (diff)
parent04a94209d8dcdb28b55a8ac5c54e575179290d18 (diff)
downloadpelican-themes-8c1f08738507ce76c45de7b9282d74297319304b.tar.gz
Merge branch 'master' of github.com:ametaireau/pelican-themes
Diffstat (limited to 'tuxlite_tbs')
-rw-r--r--tuxlite_tbs/templates/metadata.html2
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>