diff --git a/layout/_partial/archive.ejs b/layout/_partial/archive.ejs index 033fd94..16d9501 100755 --- a/layout/_partial/archive.ejs +++ b/layout/_partial/archive.ejs @@ -35,27 +35,24 @@ <% if (page.total > 1) { %>
-
- <% if (page.prev != 0) { %> - - <% } %> -

- <%= page.current%> / <%= page.total%> -

- <% if (page.next != 0) { %> - - <% } %> -
+ <% if (page.prev != 0) { %> + + <% } %> +

+ <%= page.current%> / <%= page.total%> +

+ <% if (page.next != 0) { %> + + <% } %>
- <% } %> <%