From 353e9b977e13ea87158533ac6bbc8b6bafbd719e Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Fri, 21 May 2021 23:17:02 +0530 Subject: [PATCH] typo corrected Signed-off-by: Avinal Kumar --- themes/alchemy/templates/category.html | 2 +- themes/alchemy/templates/tag.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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