Pagination - rename template

This commit is contained in:
Laureline Guerin 2011-02-15 13:48:14 +01:00
commit eb0f33df16
3 changed files with 15 additions and 15 deletions

View file

@ -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 -->