diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-05-02 00:10:46 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-05-02 00:10:46 -0400 |
commit | 90761d2383cf6e1288e37d6a4467efdd50dafa55 (patch) | |
tree | e8031788e0ad579827d5f7d3395d9b68fd9b9e15 /theme/templates/period_archives.html | |
parent | 9d6b1887e63d1b50b9ecc5fd9af07dfd9af44a6c (diff) | |
download | bnewnet-90761d2383cf6e1288e37d6a4467efdd50dafa55.tar.gz bnewnet-90761d2383cf6e1288e37d6a4467efdd50dafa55.zip |
fix up themes (work in progress)
Diffstat (limited to 'theme/templates/period_archives.html')
-rw-r--r-- | theme/templates/period_archives.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/period_archives.html b/theme/templates/period_archives.html index d930dbb..9f7da56 100644 --- a/theme/templates/period_archives.html +++ b/theme/templates/period_archives.html @@ -1,6 +1,6 @@ {% extends "base.html" %} +{% block pagetitle %}Archives for {{ period | reverse | join(' ') }}{% endblock %} {% block content %} -<h1>Archives for {{ period | reverse | join(' ') }}</h1> <dl> {% for article in dates %} |