diff --git a/themes/varia/templates/index.html b/themes/varia/templates/index.html index 523fb2b..7af7ac0 100644 --- a/themes/varia/templates/index.html +++ b/themes/varia/templates/index.html @@ -19,10 +19,6 @@ {% block content_title %} {% endblock %} -{% if articles_page.has_other_pages() %} - {% include 'pagination.html' %} -{% endif %} -
{% for article in articles_page.object_list %} {% set thumb_size = '/thumb' %} @@ -113,5 +109,10 @@ {% endfor %}
+ +{% if articles_page.has_other_pages() %} + {% include 'pagination.html' %} +{% endif %} + {% endblock content %}