From e313204971f8e2d4b4775b1858aa3b7cbb8e92c3 Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Fri, 21 May 2021 23:27:05 +0530 Subject: [PATCH] add tags --- 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 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