<% site.posts.sort('date', -1).limit(5).each(function(post){ %>
-
<% if(theme.thumbnail == true) { %>
<%- partial('../_partial/post/thumbnail.ejs', {post: post}) %>
<% } %>
<%- list_categories(post.categories, {show_count: false, depth:2, class: 'article-category', style: 'none', separator: ''}) %>
<%= post.title %>
<% }) %>