Cool-Y.github.io/themes/next/layout/_partials/pagination.swig

12 lines
252 B
Plaintext
Raw Permalink Normal View History

2019-04-02 08:28:32 +00:00
{% if page.prev or page.next %}
<nav class="pagination">
{{
paginator({
prev_text: '<i class="fa fa-angle-left"></i>',
next_text: '<i class="fa fa-angle-right"></i>',
mid_size: 1
})
}}
</nav>
{% endif %}