diff --git a/theme/templates/category.html b/theme/templates/category.html index efdd86a..86d94e9 100644 --- a/theme/templates/category.html +++ b/theme/templates/category.html @@ -27,27 +27,17 @@ {% endif %} {% if not category.page.hide_list %} - - + + {% for article in dates %} - - {% if article.image %} - - {% else %} - - {% endif %} - - - - {{ article.title }} - - - {{ article.summary|striptags|e }} - - - - + + + + {{ article.title }} + + {{ article.summary|striptags|e }} + {% endfor %}
{{ article.summary|striptags|e }}