<% if (page.year || page.month) { %> <%- partial('_partial/archive') %> <% } else { %>

archives

<% var year = -1, postid = -1; site.posts.sort('date', -1).each(function(post) { post.year = date(post.date, 'YYYY'); if (post.year && post.year !== year) { year = post.year; %> <% } %>
<% post.categories.each(function(item){ %> <% if (item.name == "worklog") { %> worklog:<%= post.title %> <% } else { %> <% if(post.title){ %> <%= post.title %> <% } else if (post.date) { %> <%= date(post.date, 'dddd') %> worklog <% } %> <% } %> <%})%>
<% }); %>
<% } %>