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}) %>
- <% } %> - <%})%> <% }) %>