diff --git a/themes/grid/layout/category.ejs b/themes/grid/layout/category.ejs index cb6ebbc..985917f 100644 --- a/themes/grid/layout/category.ejs +++ b/themes/grid/layout/category.ejs @@ -1,13 +1,13 @@
<%- partial('partial/post/list', {start: 1}) %> - <% if (page.total> 1) { %> + <% if (page.total > 1) { %>
diff --git a/themes/grid/layout/tag.ejs b/themes/grid/layout/tag.ejs index 46540ee..eebc86f 100644 --- a/themes/grid/layout/tag.ejs +++ b/themes/grid/layout/tag.ejs @@ -1,13 +1,13 @@
<%- partial('partial/post/list', {start: 1}) %> - <% if (page.total> 1) { %> + <% if (page.total > 1) { %>