<% if (!page.prev){ %> <% if (page.tag){ %>

<%= page.tag %>

<% if(page.category)%>

<%= page.category %>

<% } %> <% } %>
<% var last; %> <% page.posts.each(function(post){ %> <% var year = date(post.date,"YYYY"); %> <% if (last !== year){ %> <% last = year; %> <% if (last !== null){ %> <%if(is_archive()){%>

<%= year %>

<%}%> <% } %> <% }; %>
<% if(is_archive()){%>
<%= date(post.date,"MM-DD")%>
<%= post.title %> <%};%> <% if(!is_archive()) {%>
<%= date(post.date,"YYYY-MM-DD")%>
<%= post.title %> <%};%>
<% }) %>
<%- partial('_partials/paginator') %>