diff --git a/layout/_partial/archive.ejs b/layout/_partial/archive.ejs index eb04ef2..b428090 100755 --- a/layout/_partial/archive.ejs +++ b/layout/_partial/archive.ejs @@ -18,7 +18,7 @@

- + 还剩最后一步就成功了

@@ -43,7 +43,7 @@ <% if (page.prev != 0) { %>

<% } %> @@ -53,7 +53,7 @@ <% if (page.next != 0) { %> <% } %> diff --git a/layout/_partial/footer.ejs b/layout/_partial/footer.ejs index f41b070..aa1234e 100755 --- a/layout/_partial/footer.ejs +++ b/layout/_partial/footer.ejs @@ -11,7 +11,7 @@
博客内容遵循 知识共享 署名 - 非商业性 - 相同方式共享 4.0 国际协议
本站使用 Material X 作为主题, - 总访问量为 次。 + 总访问量为 次。
diff --git a/layout/_partial/header.ejs b/layout/_partial/header.ejs index 603007e..dc28360 100755 --- a/layout/_partial/header.ejs +++ b/layout/_partial/header.ejs @@ -2,7 +2,7 @@
diff --git a/layout/_partial/post.ejs b/layout/_partial/post.ejs index d6d2fe8..b94c8e5 100755 --- a/layout/_partial/post.ejs +++ b/layout/_partial/post.ejs @@ -10,7 +10,7 @@ <%- partial('categories',{post:post}) %>
@@ -26,7 +26,7 @@ <% if (post.tags && post.tags.length) { %>
<% post.tags.each(function(item){ %> -  <%=item.name %> +  <%=item.name %> <%})%>
<% } %> diff --git a/layout/_partial/post/recommended_posts.ejs b/layout/_partial/post/recommended_posts.ejs index 5e3f2cf..947aea1 100644 --- a/layout/_partial/post/recommended_posts.ejs +++ b/layout/_partial/post/recommended_posts.ejs @@ -1,7 +1,7 @@ <% var post_list = recommended_posts(page, site) %> <% if(post_list.length > 0) { %>