2025-2-26-fixed
This commit is contained in:
12
themes/next/layout/_partials/pagination.swig
Normal file
12
themes/next/layout/_partials/pagination.swig
Normal file
@ -0,0 +1,12 @@
|
||||
{%- 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,
|
||||
escape : false
|
||||
})
|
||||
}}
|
||||
</nav>
|
||||
{%- endif %}
|
||||
Reference in New Issue
Block a user