mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-18 17:14:15 +00:00
fix pagination display
This commit is contained in:
@ -38,7 +38,7 @@ layout: default
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
{% if paginator.page > 1 %}
|
||||
{% if paginator.total_pages > 1 %}
|
||||
|
||||
<div class="post-pagination">
|
||||
{% if paginator.next_page %}
|
||||
|
Reference in New Issue
Block a user