<% const date = page.date.format(config.date_format).split('-').join('.'); const post = page.url; %>

<%=page.title%>

<%= page.subtitle || "" %>

<%- date %> <% if (page.authors) { %> Author(s): <% page.authors.map(function(author) { %> <%= author.name %> <% if (author.network) { %> <% } %> , <% }) %> <% } %>