diff options
author | Alexis Metaireau <alexis@notmyidea.org> | 2011-02-09 22:45:46 +0000 |
---|---|---|
committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-02-09 22:45:46 +0000 |
commit | c8b1a3e3f698399e0d7c7732fd1efc93bcfde44d (patch) | |
tree | 8fb749355bfe2e903e10ba604878e3a950c647c4 /waterspill/templates/archives.html | |
parent | 75438f7a295f385ee93a84a4c96108d2e41478ab (diff) | |
download | pelican-themes-c8b1a3e3f698399e0d7c7732fd1efc93bcfde44d.tar.gz |
remove swp files
Diffstat (limited to 'waterspill/templates/archives.html')
-rw-r--r-- | waterspill/templates/archives.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/waterspill/templates/archives.html b/waterspill/templates/archives.html index bd23243..e591706 100644 --- a/waterspill/templates/archives.html +++ b/waterspill/templates/archives.html @@ -6,7 +6,7 @@ <dl> <h2>Archives de {{ SITENAME }}</h2> {% 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 %} |