initial
This commit is contained in:
11
themes/next/layout/_partials/pagination.swig
Normal file
11
themes/next/layout/_partials/pagination.swig
Normal file
@ -0,0 +1,11 @@
|
||||
{% if page.prev or page.next %}
|
||||
<nav class="pagination">
|
||||
{{
|
||||
paginator({
|
||||
prev_text: '<i class="fa fa-angle-left" aria-label="'+__('accessibility.prev_page')+'"></i>',
|
||||
next_text: '<i class="fa fa-angle-right" aria-label="'+__('accessibility.next_page')+'"></i>',
|
||||
mid_size: 1
|
||||
})
|
||||
}}
|
||||
</nav>
|
||||
{% endif %}
|
Reference in New Issue
Block a user