aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_tbs
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2012-04-07 05:05:04 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2012-04-07 05:05:04 +0200
commitd5dc2a11d949168c59182dbf1dcaa0c80ba2e53e (patch)
treea528b9de922d1653beb8614c0768a3ea0576118d /tuxlite_tbs
parent20b80f5c9b5e918c10451e28515afb2bbcb2d0c4 (diff)
downloadpelican-themes-d5dc2a11d949168c59182dbf1dcaa0c80ba2e53e.zip
pelican-themes-d5dc2a11d949168c59182dbf1dcaa0c80ba2e53e.tar.gz
pelican-themes-d5dc2a11d949168c59182dbf1dcaa0c80ba2e53e.tar.bz2
tuxlite_tbs: respect DEFAULT_DATE_FORMAT setting
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 cb04053..222efd7 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 }}/author/{{ article.author }}.html">{{ article.author }}</a>