diff --git a/templates/period_archives.html b/templates/period_archives.html deleted file mode 100644 index 181f4937..00000000 --- a/templates/period_archives.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends "base.html" %} - -{% block title %}{{ SITENAME|striptags }} - {{ period | reverse | join(' ') }} archives{% endblock %} - -{% block content %} -

Archives for {{ period | reverse | join(' ') }}

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