<% if (is_archive()) { %>
<% let last; %> <% site.posts.each(function(post, i){ %> <% let year = post.date.year(); %> <% if (last != year) { %> <% if (last != null){ %>
<% } %> <% last = year; %>
<%= year %>
<% } %>
<%= post.title %>
<% }) %> <% if (site.posts.length){ %>
<% } %> <% } %>