<%= page.title %>
diff --git a/layout/category-content.ejs b/layout/category-content.ejs index fda5047..7b9a77c 100644 --- a/layout/category-content.ejs +++ b/layout/category-content.ejs @@ -1,4 +1,4 @@ -
+
<%- __('category') %>:<%= page.category %> [<%= page.posts.length %>]
diff --git a/layout/home-content.ejs b/layout/home-content.ejs
index a390b63..d1a0b2c 100644
--- a/layout/home-content.ejs
+++ b/layout/home-content.ejs
@@ -1,4 +1,4 @@
-
+
-
<% page.posts.forEach(post => { %>
-
diff --git a/layout/tag-content.ejs b/layout/tag-content.ejs
index fc64b0a..5f091c6 100644
--- a/layout/tag-content.ejs
+++ b/layout/tag-content.ejs
@@ -1,4 +1,4 @@
-+<%- __('tag') %>:<%= page.tag %> [<%= page.posts.length %>]<%- partial('_partial/archive-list', {posts_new: page.posts}) %>