summaryrefslogtreecommitdiffstats
path: root/themes/dev-urandom/templates
diff options
context:
space:
mode:
Diffstat (limited to 'themes/dev-urandom/templates')
-rw-r--r--themes/dev-urandom/templates/archives.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/dev-urandom/templates/archives.html b/themes/dev-urandom/templates/archives.html
index 47bf2ab..b14ed65 100644
--- a/themes/dev-urandom/templates/archives.html
+++ b/themes/dev-urandom/templates/archives.html
@@ -8,7 +8,7 @@
{% for article in articles %}
{% if loop.first or article.date.strftime('%Y %m') != articles[loop.index0-1].date.strftime('%Y %m') %}
<dt>
- <h2>{{ article.date.strftime('%B %Y') }}</h2>
+ <h2>{{ article.date|strftime('%B %Y') }}</h2>
<ul>
{% endif %}