i18n
xaoxuu 6 years ago
parent 38bd95b2c9
commit 778b7d6ed0
  1. 4
      layout/_partial/archive.ejs

@ -13,13 +13,9 @@
<% } %>
<section class="post-list">
<% page.posts.each(function(post){ %>
<% post.categories.each(function(item){ %>
<% if (item.name !== "worklog" || is_category()) { %>
<div class='post-wrapper'>
<%- partial('post', {post: post}) %>
</div>
<% } %>
<%})%>
<% }) %>
</section>

Loading…
Cancel
Save