From f7794a1479a7879becc711c57aebdc84e769b9df Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Fri, 29 Mar 2019 13:59:38 +0100 Subject: Update many --- themes/elenq/templates/tag.html | 2 +- themes/elenq/templates/tags.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/elenq/templates') 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 %}
{% block content_title %} -

Articles in the {{ tag }} tag

+

Articles in the {{ tag }} series

{% endblock %}
    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 %}
    -

    Tags

    +

    Published article series

    {% for tag, articles in tags|sort %} -- cgit v1.2.3