<% if (site.posts.length) { %>
<% site.posts.sort('date', -1).limit(5).each(post => { %>
<% if (!has_config('article.thumbnail') || get_config('article.thumbnail') !== false) { %>

<%= post.title %>

<% } %>
<%= post.title %>

<%- list_categories(post.categories, { show_count: false, class: 'has-link-grey ', depth:2, style: 'none', separator: ' / '}) %>

<% }) %>
<% } %>