aboutsummaryrefslogtreecommitdiffstats
path: root/theme/templates/archives.html
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates/archives.html')
-rw-r--r--theme/templates/archives.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/theme/templates/archives.html b/theme/templates/archives.html
index 050f268..e50272b 100644
--- a/theme/templates/archives.html
+++ b/theme/templates/archives.html
@@ -1,7 +1,6 @@
{% extends "base.html" %}
+{% block pagetitle %}Archives for {{ SITENAME }}{% endblock %}
{% block content %}
-<h1>Archives for {{ SITENAME }}</h1>
-
<dl>
{% for article in dates %}
<dt>{{ article.locale_date }}</dt>