diff options
author | Justin Mayer <entroP@gmail.com> | 2014-08-21 15:15:47 -0700 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2014-08-21 15:15:47 -0700 |
commit | 3655e9137794817c7cc978ec48e5990cf28cf31a (patch) | |
tree | 18d41f9a7abe86f342f290e40eecacce11990d58 /built-texts | |
parent | 2b29d53ceec473180ce7d05edc160afd3d9d667d (diff) | |
download | pelican-themes-3655e9137794817c7cc978ec48e5990cf28cf31a.tar.gz |
Remove errant tags in built-text theme. Fix #238.
Diffstat (limited to 'built-texts')
-rw-r--r-- | built-texts/templates/archives.html | 3 |
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 %} |