Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
Paginate archive pages
Browse files Browse the repository at this point in the history
  • Loading branch information
shimoju committed Sep 24, 2017
1 parent 690ad1d commit cba3045
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion layout/_partial/archive.ejs
Expand Up @@ -39,4 +39,10 @@
</article> </article>
<% }); %> <% }); %>
</div> </div>
<% } %> <nav id="page-nav">
<%- paginator({
prev_text: '&laquo; Prev',
next_text: 'Next &raquo;'
}) %>
</nav>
<% } %>

0 comments on commit cba3045

Please sign in to comment.