diff options
Diffstat (limited to 'themes/elenq/templates/tag.html')
-rw-r--r-- | themes/elenq/templates/tag.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/elenq/templates/tag.html b/themes/elenq/templates/tag.html index ac4fbc8..c06224c 100644 --- a/themes/elenq/templates/tag.html +++ b/themes/elenq/templates/tag.html @@ -2,7 +2,7 @@ {% block content %} <section id="content"> {% block content_title %} -<h2>Articles in the {{ tag }} series</h2> +<h2>{{ tag }}</h2> {% endblock %} <ol id="post-list"> |