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 %>