aboutsummaryrefslogtreecommitdiffstats
path: root/built-texts
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2014-08-21 15:15:47 -0700
committerJustin Mayer <entroP@gmail.com>2014-08-21 15:15:47 -0700
commit3655e9137794817c7cc978ec48e5990cf28cf31a (patch)
tree18d41f9a7abe86f342f290e40eecacce11990d58 /built-texts
parent2b29d53ceec473180ce7d05edc160afd3d9d667d (diff)
downloadpelican-themes-3655e9137794817c7cc978ec48e5990cf28cf31a.zip
pelican-themes-3655e9137794817c7cc978ec48e5990cf28cf31a.tar.gz
pelican-themes-3655e9137794817c7cc978ec48e5990cf28cf31a.tar.bz2
Remove errant tags in built-text theme. Fix #238.
Diffstat (limited to 'built-texts')
-rw-r--r--built-texts/templates/archives.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/built-texts/templates/archives.html b/built-texts/templates/archives.html
index 4c04c67..6b627ec 100644
--- a/built-texts/templates/archives.html
+++ b/built-texts/templates/archives.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}{{ SITENAME }} <small>[archive]</small>{% endblock %}
+{% block title %}{{ SITENAME }} [archive]{% endblock %}
{% block content %}
<h2>Archives</h2>
@@ -15,5 +15,4 @@
</tbody>
</table>
-
{% endblock %}