<% posts.forEach(function(item) { %>
  • <%= item.date.format(config.date_format).split('-').join('.') %> <%- item.title || "Untitled" %>
  • <% }); %>