diff options
Diffstat (limited to 'themes/elenq/templates')
-rw-r--r-- | themes/elenq/templates/tag.html | 2 | ||||
-rw-r--r-- | themes/elenq/templates/tags.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/elenq/templates/tag.html b/themes/elenq/templates/tag.html index 3ac4e11..ac4fbc8 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 }} tag</h2> +<h2>Articles in the {{ tag }} series</h2> {% endblock %} <ol id="post-list"> diff --git a/themes/elenq/templates/tags.html b/themes/elenq/templates/tags.html index 393a983..8b03820 100644 --- a/themes/elenq/templates/tags.html +++ b/themes/elenq/templates/tags.html @@ -2,7 +2,7 @@ {% block title %}Tags — {{ SITENAME }}{% endblock %} {% block content %} <section id="content"> - <h2>Tags</h2> + <h2>Published article series</h2> <p> {% for tag, articles in tags|sort %} |