hexo-theme-stellar/layout/_partial/main/notebook/paginator.ejs

10 lines
219 B
Plaintext

<% if ((page.total || 0) > 1) { %>
<div class="paginator-wrap dis-select<%= scrollreveal(' ') %>">
<%- paginator({
prev_text: '',
next_text: '',
force_prev_next: true,
}) %>
</div>
<% } %>