diff options
author | Alexis Metaireau <alexis@notmyidea.org> | 2012-05-14 11:32:33 -0700 |
---|---|---|
committer | Alexis Metaireau <alexis@notmyidea.org> | 2012-05-14 11:32:33 -0700 |
commit | 04a94209d8dcdb28b55a8ac5c54e575179290d18 (patch) | |
tree | 94255c3b42f93e44846657178a7cd450729bdd0b /tuxlite_tbs/templates | |
parent | cfbc02fc1e56cc33c46c872d7240739da6d1d69d (diff) | |
parent | dee5f427e0be235d2badc058fcb90e79a0682b6a (diff) | |
download | pelican-themes-04a94209d8dcdb28b55a8ac5c54e575179290d18.tar.gz |
Merge pull request #24 from tshepang/master
tuxlite_tbs: does not respect DEFAULT_DATE_FORMAT setting
Diffstat (limited to 'tuxlite_tbs/templates')
-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> |