Browse Source

moving the pagination to the bottom of the page

master
manetta 2 years ago
parent
commit
1541fc2ff6
  1. 9
      themes/varia/templates/index.html

9
themes/varia/templates/index.html

@ -19,10 +19,6 @@
{% block content_title %}
{% endblock %}
{% if articles_page.has_other_pages() %}
{% include 'pagination.html' %}
{% endif %}
<div id="post-list">
{% for article in articles_page.object_list %}
{% set thumb_size = '/thumb' %}
@ -113,5 +109,10 @@
{% endfor %}
</div><!-- /#posts-list -->
{% if articles_page.has_other_pages() %}
{% include 'pagination.html' %}
{% endif %}
</section><!-- /#content -->
{% endblock content %}

Loading…
Cancel
Save