- - {{ article.locale_date }} - - - {{ article.title }} + {{ article.title }} + {{ article.locale_date }} {% include 'twitter.html' %} diff --git a/theme/templates/index.html b/theme/templates/index.html index f7a9c5d..45f50c1 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -2,28 +2,17 @@ {% block content_title %}{% endblock %} {% block content %} {% if articles %} + + {% for article in articles_page.object_list %} - - {% if loop.first and articles_page.has_previous %} - - - {% endif %} - {{ article.title - }} {{ article.locale_date }}, in {{ article.category }}. - + + {{ article.title }} + {{ article.locale_date }}, in {{ article.category }}.