<% if (page.class == undefined) { page.class = 'post'; } %> <% if (site.categories.length) { %> <% page.title = __('btn.categories'); %> <% page.layout = 'categories'; %> <%- partial('_partial/navbar/list_post') %>
<%- __('page.categories', site.categories.length) %>
<% site.categories.sort('path').each(function(category){ %>
<%- category.name %> (<%- category.posts.length %>)
<% }) %>
<% } %>