diff --git a/templates/article.html b/templates/article.html index 81a07c7..67bf012 100644 --- a/templates/article.html +++ b/templates/article.html @@ -40,8 +40,7 @@ {% endblock %} {% block content %} - -
+
{% endblock %} diff --git a/templates/categories.html b/templates/categories.html index 2bb261b..67f311f 100644 --- a/templates/categories.html +++ b/templates/categories.html @@ -6,11 +6,11 @@

Categories

{% for category, articles in categories %} -

{{ category|capitalize }}

+

{{ category|capitalize }}

{% for article in articles %}