From fc6e82f8f35bc178fc01c01f75bd3fc090d22a99 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 18 Oct 2023 20:00:35 -0600 Subject: add link to tags --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index a83e6c3..9f68a00 100644 --- a/templates/index.html +++ b/templates/index.html @@ -15,7 +15,7 @@
  • Published On: {{post.date}}
  • Tags: {% for tag in post.tags %} - {{ tag }}{{ ", " if not loop.last else "" }} + {{ tag }}{{ ", " if not loop.last else "" }} {% endfor %} -- cgit v1.2.3