aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_tbs
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2012-05-14 11:32:33 -0700
committerAlexis Metaireau <alexis@notmyidea.org>2012-05-14 11:32:33 -0700
commit04a94209d8dcdb28b55a8ac5c54e575179290d18 (patch)
tree94255c3b42f93e44846657178a7cd450729bdd0b /tuxlite_tbs
parentcfbc02fc1e56cc33c46c872d7240739da6d1d69d (diff)
parentdee5f427e0be235d2badc058fcb90e79a0682b6a (diff)
downloadpelican-themes-04a94209d8dcdb28b55a8ac5c54e575179290d18.zip
pelican-themes-04a94209d8dcdb28b55a8ac5c54e575179290d18.tar.gz
pelican-themes-04a94209d8dcdb28b55a8ac5c54e575179290d18.tar.bz2
Merge pull request #24 from tshepang/master
tuxlite_tbs: does not 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 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>