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