From 885747d29973e3a1b04a68bc40a3e72ca0b711e7 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Sun, 22 May 2022 11:10:19 -0600 Subject: removed trailing comma --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index cc66cd3..a651ea2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,7 +14,7 @@
  • Published On: {{post.date}}
  • Tags: {% for tag in post.tags %} - {{ tag }}, + {{ tag }}{{ ", " if not loop.last else "" }} {% endfor %} -- cgit v1.2.3