Added basic theme
This commit is contained in:
parent
a085ca6867
commit
8b9afa66ce
42 changed files with 5633 additions and 0 deletions
10
themes/custom/layout/_partial/paginator.ejs
Normal file
10
themes/custom/layout/_partial/paginator.ejs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<div class="post-nav">
|
||||
<% if(page.total > 1) { %>
|
||||
<div class="page-nav">
|
||||
<%- paginator({
|
||||
prev_text: "«",
|
||||
next_text: "»"
|
||||
}) %>
|
||||
</div>
|
||||
<% } %>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue