aboutsummaryrefslogtreecommitdiffstats
path: root/notmyidea-cms/templates/archives.html
diff options
context:
space:
mode:
authorJustin Mayer <entrop@gmail.com>2013-03-30 11:33:37 -0700
committerJustin Mayer <entrop@gmail.com>2013-03-30 11:33:37 -0700
commitb9a7dfcf08d9805de773c4a3b19aa16fab4b4efb (patch)
treee270be6abcffeb1cd5ce6a0705f24b871de7b9be /notmyidea-cms/templates/archives.html
parentf8c19921c7920857098f2eb285bf18dbdd14d7f6 (diff)
parente47753e48c5eafcf1bb4c363fb83c61e4771fc71 (diff)
downloadpelican-themes-b9a7dfcf08d9805de773c4a3b19aa16fab4b4efb.tar.gz
Merge pull request #82 from tshepang/custom
notmyidea-cms: some improvements
Diffstat (limited to 'notmyidea-cms/templates/archives.html')
-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>