From 90761d2383cf6e1288e37d6a4467efdd50dafa55 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 2 May 2016 00:10:46 -0400 Subject: fix up themes (work in progress) --- theme/templates/archives.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'theme/templates/archives.html') 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 %} -

Archives for {{ SITENAME }}

-
{% for article in dates %}
{{ article.locale_date }}
-- cgit v1.2.3