summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorEkaitz Zárraga <ekaitz.zarraga@protonmail.com>2019-03-31 17:20:49 +0200
committerEkaitz Zárraga <ekaitz.zarraga@protonmail.com>2019-03-31 17:20:49 +0200
commita343b5a9a9152f243ca67e12bd6ea69d16d996dc (patch)
tree1e743f1e43a6b81150300e844f6b50ab5ed9690c /themes
parent45379717815838267b18fd8ed2b9e1a3912eab9c (diff)
Use tags as article series
Diffstat (limited to 'themes')
-rw-r--r--themes/elenq/templates/tag.html2
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">