<% var categoriesList = list_categories({ show_count: false }), tagsList = list_tags({ show_count: false }), archivesList = list_archives({ show_count: false }); %> <% if (!is_year()) { %>

Archives

<% if (theme.atom) { %>

The feed is available via atom.


<% } %>

<% } else { %>

<%=page.month + '/' + page.year%>

<% page.posts.each(function(article) { %>
<% if (article.link) { %> <%=article.title || 'No Title'%> <% } else { %> <%=article.title || 'No Title'%> <% } %>
<% }); %> <% } %> <%-partial('partials/pagination')%>