diff options
author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-17 19:53:00 +0200 |
---|---|---|
committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-17 19:53:00 +0200 |
commit | e47753e48c5eafcf1bb4c363fb83c61e4771fc71 (patch) | |
tree | c7b2dec63cbabb4086fd198f81279c87f7fb0d73 /notmyidea-cms/templates/archives.html | |
parent | 0efe4aa89df5698e77f5f1ea412a93cf1d891cf6 (diff) | |
download | pelican-themes-e47753e48c5eafcf1bb4c363fb83c61e4771fc71.tar.gz |
honor global date style
Diffstat (limited to 'notmyidea-cms/templates/archives.html')
-rw-r--r-- | notmyidea-cms/templates/archives.html | 2 |
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> |