diff --git a/templates/archives.html b/templates/archives.html
index a61bf3c..7eee427 100644
--- a/templates/archives.html
+++ b/templates/archives.html
@@ -5,10 +5,10 @@
{% block content %}
Archives for {{ SITENAME }}
-
+
+
{% endblock %}
diff --git a/templates/period_archives.html b/templates/period_archives.html
index 181f493..63155a2 100644
--- a/templates/period_archives.html
+++ b/templates/period_archives.html
@@ -5,10 +5,9 @@
{% block content %}
Archives for {{ period | reverse | join(' ') }}
-
+
+
{% endblock %}