From c3474d9a9dfd5b75865b5c837a5ebb957fba351b Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 24 Dec 2024 11:27:38 +0000 Subject: [PATCH] Made pagination visible on the Archive pages (#94) --- layout/_partial/archive.ejs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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