don't show pagination if there's only one page
This commit is contained in:
parent
dc9ebae71a
commit
f3ffba9a7a
@ -1,4 +1,4 @@
|
|||||||
{% if DEFAULT_PAGINATION %}
|
{% if DEFAULT_PAGINATION and articles_paginator.num_pages > 1 %}
|
||||||
<hr>
|
<hr>
|
||||||
<!-- Pager -->
|
<!-- Pager -->
|
||||||
<ul class="pager">
|
<ul class="pager">
|
||||||
|
Loading…
Reference in New Issue
Block a user