From 778b7d6ed059116f1d733a17e9bc72ee1db7f52a Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Tue, 31 Jul 2018 17:18:46 +0800 Subject: [PATCH] update --- layout/_partial/archive.ejs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/layout/_partial/archive.ejs b/layout/_partial/archive.ejs index 6a7c1df..82f9cbd 100755 --- a/layout/_partial/archive.ejs +++ b/layout/_partial/archive.ejs @@ -13,13 +13,9 @@ <% } %>
<% page.posts.each(function(post){ %> - <% post.categories.each(function(item){ %> - <% if (item.name !== "worklog" || is_category()) { %>
<%- partial('post', {post: post}) %>
- <% } %> - <%})%> <% }) %>