%PDF- %PDF-
Direktori : /www/specpages-backup/themes/cactus/layout/_partial/ |
Current File : //www/specpages-backup/themes/cactus/layout/_partial/pagination.ejs |
<% if (page.total > 1) { %> <div class="pagination"> <% if (page.prev) { %> <a href="<%- url_for(page.prev_link) %>"><i class="fas fa-angle-left"></i></a> <% } %> <span class="page-number"><%= __('pagination.page', page.current, page.total) %></span> <% if (page.next) { %> <a href="<%- url_for(page.next_link) %>"><i class="fas fa-angle-right"></i> </a> <% } %> </div> <% } %>