<%- partial('_pre') %>
'> <% if (page.year || page.month) { %> <%- partial('_partial/archive') %> <% } else { %>
<% 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; %>

<%= year %>

<% } %>
<% if(post.title){ %> <%- post.title %> <% } else if (post.date) { %> <%= date(post.date, config.date_format) %> <% } %> <% if(theme.plugins.aplayer && theme.plugins.aplayer.enable && post.music && post.music.enable != false){ %>   <% } %> <% if (post.icon) { %>   <% } %> <% (post.icons && post.icons||[]).forEach(function(icon){ %>   <% }) %>
<% }); %>
<% } %>
<%- partial('_partial/side') %> <%- partial('_partial/footer', null, {cache: !config.relative_link}) %> <% if (page && page.posts) { %> <% var need_mathjax = false; page.posts.each(function(post){ if (post.mathjax){ if (post.mathjax != "internal") { need_mathjax = true; } } }); %> <% if (need_mathjax){ %> <%- partial('_third-party//mathjax') %> <% } %> <% } %>