From 76643280270c22ae0ef14c0bf28145010922a49e Mon Sep 17 00:00:00 2001 From: XPoet Date: Thu, 21 Jan 2021 20:09:01 +0800 Subject: [PATCH] style: modified space ->   --- layout/category-content.ejs | 2 +- layout/tag-content.ejs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/category-content.ejs b/layout/category-content.ejs index aaac7e1..88dbbca 100644 --- a/layout/category-content.ejs +++ b/layout/category-content.ejs @@ -1,7 +1,7 @@
- <%= page.category %> (<%= page.posts.length %>) +  <%= page.category %> (<%= page.posts.length %>)
<%- partial('_partial/archive-list', {posts_new: page.posts}) %> diff --git a/layout/tag-content.ejs b/layout/tag-content.ejs index 17ba7fc..11a95d8 100644 --- a/layout/tag-content.ejs +++ b/layout/tag-content.ejs @@ -1,6 +1,6 @@
-
<%= page.tag %> (<%= page.posts.length %>) +
 <%= page.tag %> (<%= page.posts.length %>)
<%- partial('_partial/archive-list', {posts_new: page.posts}) %>