<%= theme.owner %>

<%= theme.info %>

<%= theme.desc %>

Recent Posts

<% site.posts.sort('date', 'desc').limit(theme.max_post).forEach(function(post){ %>

<%- full_date(post.date, 'll') %>

<% if (post.title == "") { %> no title <% } else { %> <%- post.title %> <% } %>
<% }) %>

All Posts