<%- partial('post/date', {class_name: 'article-date', date_format: null}) %> <%- partial('post/category') %>
<%- partial('post/gallery') %> <% if (post.link || post.title){ %>
<%- partial('post/title', {class_name: 'article-title'}) %>
<% } %>
<% if (post.excerpt && index){ %> <%- post.excerpt %> <% if (theme.excerpt_link){ %>

<%= theme.excerpt_link %>

<% } %> <% } else { %> <%- post.content %> <% } %>
<% if (!index){ %> <%- partial('post/nav') %> <% } %>
<% if (!index && post.comments && config.disqus_shortname){ %>
<% } %>