<% site.posts.filter(function(post) { return post.sticky; }).sort('sticky', -1).limit(5).each(function(post) { %>
<% if (!post.hidden) { %>
-
<% 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 %>
<% } %>
<% }) %>