diff options
Diffstat (limited to 'lightweight/templates/archives.html')
-rw-r--r-- | lightweight/templates/archives.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lightweight/templates/archives.html b/lightweight/templates/archives.html index 4d6234f..8f8a8a5 100644 --- a/lightweight/templates/archives.html +++ b/lightweight/templates/archives.html @@ -12,7 +12,7 @@ </tr> {% for article in dates %} <tr> - <td>{{ article.date.strftime(DEFAULT_DATE_FORMAT or '%a %d %B %Y') }}</td> + <td>{{ article.date.locale_date }}</td> <td><a href='{{ article.url }}'>{{ article.title }}</a></td> </tr> {% endfor %} |