<%= theme.owner %>

<%= theme.info %>

<%= theme.desc %>

Please note that this is the modern version of my blog. If you want to view my stuff without JS (and a little more retro-looking), you may want to take a look at the alternative frontend.

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