diff --git a/layout/_partial/archive.ejs b/layout/_partial/archive.ejs index 48d61fa..a957af7 100644 --- a/layout/_partial/archive.ejs +++ b/layout/_partial/archive.ejs @@ -14,7 +14,6 @@ if (page.archive){ <%- partial('article', {item: item, index: true}) %> <% }); %> - <%- partial('pagination') %> <% } else { %>
<% page.posts.each(function(item){ %> @@ -37,4 +36,6 @@ if (page.archive){ <% }); %>
-<% } %> \ No newline at end of file +<% } %> + +<%- partial('pagination') %> \ No newline at end of file