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 %} -