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