<% page.posts.each(function (post) { %>
<%= post.title %>
<%- post.excerpt %>
Read <% if (post.tags && post.tags.length){ %> <%- list_tags(post.tags, { show_count: false, class: 'article-tag' }) %> <% } %>
posted @ <%- date(post.date, "YYYY-MM-DD HH:mm:ss") %> <%- config.author %>
<% }) %> <%- partial("_partial/paginator") %>