mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Pagination - rename template
This commit is contained in:
parent
b042974673
commit
eb0f33df16
3 changed files with 15 additions and 15 deletions
|
|
@ -12,7 +12,7 @@
|
|||
{% include 'comments.html' %}
|
||||
</article>
|
||||
{% if loop.length == 1 %}
|
||||
{% include 'paginator.html' %}
|
||||
{% include 'pagination.html' %}
|
||||
{% endif %}
|
||||
</aside><!-- /#featured -->
|
||||
{% if loop.length > 1 %}
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
</article></li>
|
||||
{% endif %}
|
||||
{% if loop.last and (articles_page.has_previous() or not articles_page.has_previous() and loop.length > 1) %}
|
||||
{% include 'paginator.html' %}
|
||||
{% include 'pagination.html' %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ol><!-- /#posts-list -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue