aboutsummaryrefslogtreecommitdiffstats
path: root/waterspill/templates/article.html
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-02-09 22:45:46 +0000
committerAlexis Metaireau <alexis@notmyidea.org>2011-02-09 22:45:46 +0000
commitc8b1a3e3f698399e0d7c7732fd1efc93bcfde44d (patch)
tree8fb749355bfe2e903e10ba604878e3a950c647c4 /waterspill/templates/article.html
parent75438f7a295f385ee93a84a4c96108d2e41478ab (diff)
downloadpelican-themes-c8b1a3e3f698399e0d7c7732fd1efc93bcfde44d.zip
pelican-themes-c8b1a3e3f698399e0d7c7732fd1efc93bcfde44d.tar.gz
pelican-themes-c8b1a3e3f698399e0d7c7732fd1efc93bcfde44d.tar.bz2
remove swp files
Diffstat (limited to 'waterspill/templates/article.html')
-rw-r--r--waterspill/templates/article.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/waterspill/templates/article.html b/waterspill/templates/article.html
index cb1e314..975d441 100644
--- a/waterspill/templates/article.html
+++ b/waterspill/templates/article.html
@@ -6,7 +6,7 @@
<div class="blogItem">
<h2><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></h2>
- <h3>Le {{ article.date.strftime('%a %d %B %Y') }}</h3>
+ <h3>Le {{ article.locale_date }}</h3>
{{ article.content }}
{% include 'twitter.html' %}