diff --git a/templates/blog-list.html b/templates/blog-list.html index 7c77133..ff46401 100644 --- a/templates/blog-list.html +++ b/templates/blog-list.html @@ -8,23 +8,24 @@ {% for article in articles %} {% if article.category == 'blog' %}
-

+
+

{{ article.title }} -

+

{{ article.locale_date }} {% if article.tags %} - - Tags: - - {% endif %} -

- {{ article.summary }} -

- Continue reading » + + + + + + + + + + + +
{% endif %} {% endfor %}