diff -r bb011397a99c -r 9507107a1133 theme/templates/archives.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/theme/templates/archives.html Sat Mar 12 17:37:27 2016 +0100 @@ -0,0 +1,11 @@ +{% extends "base.html" %} +{% block content %} +

Archives for {{ SITENAME }}

+ +
+{% for article in dates %} +
{{ article.locale_date }}
+
{{ article.title }}
+{% endfor %} +
+{% endblock %}