diff options
author | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2019-03-31 17:20:49 +0200 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2019-03-31 17:20:49 +0200 |
commit | a343b5a9a9152f243ca67e12bd6ea69d16d996dc (patch) | |
tree | 1e743f1e43a6b81150300e844f6b50ab5ed9690c | |
parent | 45379717815838267b18fd8ed2b9e1a3912eab9c (diff) |
Use tags as article series
-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"> |