summaryrefslogtreecommitdiff
path: root/themes/elenq/templates
diff options
context:
space:
mode:
authorEkaitz Zárraga <ekaitz.zarraga@protonmail.com>2019-03-29 13:59:38 +0100
committerEkaitz Zárraga <ekaitz.zarraga@protonmail.com>2019-03-29 13:59:38 +0100
commitf7794a1479a7879becc711c57aebdc84e769b9df (patch)
tree0fda622f0c4bd2adaa5ae324d8f97d8cbad8f3d7 /themes/elenq/templates
parent040fa162f87ccf23e9b2f363326bce84c57d70f8 (diff)
Update many
Diffstat (limited to 'themes/elenq/templates')
-rw-r--r--themes/elenq/templates/tag.html2
-rw-r--r--themes/elenq/templates/tags.html2
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 &mdash; {{ SITENAME }}{% endblock %}
{% block content %}
<section id="content">
- <h2>Tags</h2>
+ <h2>Published article series</h2>
<p>
{% for tag, articles in tags|sort %}