diff --git a/articles/templates/articles/article_list.html b/articles/templates/articles/article_list.html index 5e5ad2b..7a95e9f 100644 --- a/articles/templates/articles/article_list.html +++ b/articles/templates/articles/article_list.html @@ -8,28 +8,25 @@ {% block content %}
-

Blog posts

- - - {% for article in articles %} - - - - - {% empty %} - - {% endfor %} -
DateTitle
{% include "articles/snippets/datetime.html" %}{{ article.title }}
No article here. Come back later 🙂
+

Blog posts

+ {% for article in articles %} +

+ {% include "articles/snippets/datetime.html" %}
+ {{ article.title }} +

+ {% empty %} +

No article here. Come back later 🙂

+ {% endfor %}