<%= year %>
<% site.posts.sort('date', -1).filter(function (post) { %>
<% post.year = date(post.date, 'YYYY'); %>
<% return post.year == year; %>
<% }).each(function(post) { %>
<% }); %>
% page.robots = 'noindex,follow'; if (page.menu_id == undefined) { page.menu_id = 'post'; } %> <% if (page.posts && (is_category() || is_tag())) { %> <%- partial('index') %> <% } else { %> <% page.title = __('btn.archives'); %> <%- partial('_partial/main/navbar/list_post') %>