From 9e6f6a15f06b52ec29c06591a1d59c62990a6f04 Mon Sep 17 00:00:00 2001 From: Floyd Hightower Date: Fri, 24 Dec 2021 22:16:05 -0400 Subject: [PATCH] Update article tags to display same as index --- templates/article.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/templates/article.html b/templates/article.html index de487f8..5158347 100644 --- a/templates/article.html +++ b/templates/article.html @@ -15,17 +15,16 @@ {{ article.content }} {% if article.tags %} -
-

Tags:

- - + + Tags: + + {% endif %} {% include 'fragments/disqus.html' %} {% endblock %} -