From 81530aa496e3f13eaefcc7c911ef66010ec66d3e Mon Sep 17 00:00:00 2001 From: Perception Date: Tue, 22 Dec 2020 14:54:24 -0800 Subject: [PATCH] Fill all 12 columns --- templates/_pagination.ejs | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/templates/_pagination.ejs b/templates/_pagination.ejs index 6b8cefc..e267037 100644 --- a/templates/_pagination.ejs +++ b/templates/_pagination.ejs @@ -1,23 +1,16 @@ -
+
-
-
-
+
<% for (let i = 1; i <= totalPages; i++) { %> <% if (i == p) { %> - <%- i %>  + <%- i %>  <% } else { %> - <%- i %>  + <%- i %>  <% } %> <% } %> +
Results: <%- count %>
-
-
-
-
-

Results: <%- count %>

-

Pages: <%- totalPages %>