diff --git a/themes/bootstrap2/templates/archives.html b/themes/bootstrap2/templates/archives.html new file mode 100644 index 0000000000000000000000000000000000000000..83976a180e3418af7f62c6b8963ea811b05b16e3 --- /dev/null +++ b/themes/bootstrap2/templates/archives.html @@ -0,0 +1,13 @@ +{% extends "base.html" %} +{% block content %} +
+

Archives for {{ SITENAME }}

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