diff options
Diffstat (limited to 'themes/dev-urandom')
-rw-r--r-- | themes/dev-urandom/templates/archives.html | 2 |
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 %} |