1
mirror of https://github.com/interstellar750/hexo_s synced 2024-10-19 00:23:51 +08:00
hexo_s/themes/Chic/layout/_partial/paginator.ejs

11 lines
285 B
Plaintext

<% if (page.total > 1){ %>
<nav class="pagination">
<%- paginator({
// prev_text: "上一篇 &laquo;",
// next_text: "下一篇 &raquo;"
prev_next: false,
end_size: 1,
mid_size: 2,
}) %>
</nav>
<% } %>