diff --git a/themes/alchemy/templates/category.html b/themes/alchemy/templates/category.html index a1467f2..fd2f394 100644 --- a/themes/alchemy/templates/category.html +++ b/themes/alchemy/templates/category.html @@ -5,5 +5,5 @@ {% endblock %} {% block page_header %} -Articles under {{ category }} category +Category: {{ category }} {% endblock %} \ No newline at end of file diff --git a/themes/alchemy/templates/tag.html b/themes/alchemy/templates/tag.html index f24ff71..9c3556f 100644 --- a/themes/alchemy/templates/tag.html +++ b/themes/alchemy/templates/tag.html @@ -5,5 +5,5 @@ {% endblock %} {% block page_header %} -Articles with tag #{{ tag }} +Tag: #{{ tag }} {% endblock %} \ No newline at end of file