Skip to content

Commit a6e77b0

Browse files
committed
🐛 暂时隐藏分类标签的计数
1 parent d543bc8 commit a6e77b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layout/category.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var date_cursor = 'xxx'
99
%>
1010

1111
<div class="list-group">
12-
<p class="h4"><%= __('postTotal', site.posts.length) %></p>
12+
<!-- <p class="h4"><%= __('postTotal', page.posts.length) %></p>-->
1313
<hr>
1414
<% page.posts.each(function (post) { %>
1515
<% if(date(post.date, "YYYY") != date_cursor) { %>

layout/tag.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var date_cursor = 'xxx'
99
%>
1010

1111
<div class="list-group">
12-
<p class="h4"><%= __('postTotal', site.posts.length) %></p>
12+
<!-- <p class="h4"><%= __('postTotal', page.posts.length) %></p>-->
1313
<hr>
1414
<% page.posts.each(function (post) { %>
1515
<% if(date(post.date, "YYYY") != date_cursor) { %>

0 commit comments

Comments
 (0)