moving the pagination to the bottom of the page
This commit is contained in:
parent
5fec8ed33d
commit
1541fc2ff6
@ -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…
Reference in New Issue
Block a user