We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d543bc8 commit a6e77b0Copy full SHA for a6e77b0
layout/category.ejs
@@ -9,7 +9,7 @@ var date_cursor = 'xxx'
9
%>
10
11
<div class="list-group">
12
- <p class="h4"><%= __('postTotal', site.posts.length) %></p>
+<!-- <p class="h4"><%= __('postTotal', page.posts.length) %></p>-->
13
<hr>
14
<% page.posts.each(function (post) { %>
15
<% if(date(post.date, "YYYY") != date_cursor) { %>
layout/tag.ejs
0 commit comments