diff --git a/themes/grid/layout/archive.ejs b/themes/grid/layout/archive.ejs index eac61f3..b3a77f9 100644 --- a/themes/grid/layout/archive.ejs +++ b/themes/grid/layout/archive.ejs @@ -1,5 +1,5 @@ -
-
+
+
<% if (!is_month()) { %>
<%- list_archives({type: 'monthly', order: '1', show_count: true, format: 'YYYY年MM月'}) %> @@ -8,7 +8,7 @@ <%- partial('partial/post/list', {start: 1}) %> <% } %>
-
+
<%- partial('partial/side', {'noCategories': false, 'noTags': false}) %>
diff --git a/themes/grid/layout/categories-list.ejs b/themes/grid/layout/categories-list.ejs index e75ed83..33636c6 100644 --- a/themes/grid/layout/categories-list.ejs +++ b/themes/grid/layout/categories-list.ejs @@ -1,10 +1,10 @@ -
-
+
+
<%- list_categories({orderby: 'name', order: '1', show_count: true, class: "categories-toc"}) %>
-
+
<%- partial('partial/side', {'noCategories': true, 'noTags': false}) %>
diff --git a/themes/grid/layout/category.ejs b/themes/grid/layout/category.ejs index 985917f..109039c 100644 --- a/themes/grid/layout/category.ejs +++ b/themes/grid/layout/category.ejs @@ -1,8 +1,8 @@ -
-
+
+
<%- partial('partial/post/list', {start: 1}) %> <% if (page.total > 1) { %> -
+
@@ -13,7 +13,7 @@
<% } %>
-
+
<%- partial('partial/side', {'noCategories': true, 'noTags': false}) %>
diff --git a/themes/grid/layout/index.ejs b/themes/grid/layout/index.ejs index 9e51f80..d6dae87 100644 --- a/themes/grid/layout/index.ejs +++ b/themes/grid/layout/index.ejs @@ -1,8 +1,8 @@ -
-
+
+
<%- partial('partial/post/list', {start: 1}) %> <% if (page.total > 1) { %> -
+
@@ -13,7 +13,7 @@
<% } %>
-
+
<%- partial('partial/side', {'noCategories': false, 'noTags': false}) %>
diff --git a/themes/grid/layout/partial/footer.ejs b/themes/grid/layout/partial/footer.ejs index 2c09a77..a8b817a 100644 --- a/themes/grid/layout/partial/footer.ejs +++ b/themes/grid/layout/partial/footer.ejs @@ -1,16 +1,15 @@ -