aboutsummaryrefslogtreecommitdiffstats
path: root/notmyidea-cms/templates
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-17 19:53:00 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-17 19:53:00 +0200
commite47753e48c5eafcf1bb4c363fb83c61e4771fc71 (patch)
treec7b2dec63cbabb4086fd198f81279c87f7fb0d73 /notmyidea-cms/templates
parent0efe4aa89df5698e77f5f1ea412a93cf1d891cf6 (diff)
downloadpelican-themes-e47753e48c5eafcf1bb4c363fb83c61e4771fc71.zip
pelican-themes-e47753e48c5eafcf1bb4c363fb83c61e4771fc71.tar.gz
pelican-themes-e47753e48c5eafcf1bb4c363fb83c61e4771fc71.tar.bz2
honor global date style
Diffstat (limited to 'notmyidea-cms/templates')
-rw-r--r--notmyidea-cms/templates/archives.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmyidea-cms/templates/archives.html b/notmyidea-cms/templates/archives.html
index 1644aff..5ba2c81 100644
--- a/notmyidea-cms/templates/archives.html
+++ b/notmyidea-cms/templates/archives.html
@@ -5,7 +5,7 @@
<dl>
{% for article in dates %}
- <dt>{{ article.date.strftime('%a %d %B %Y') }}</dt>
+ <dt>{{ article.locale_date }}</dt>
<dd><a href='{{ article.url }}'>{{ article.title }}</a></dd>
{% endfor %}
</dl>