共计 <%= site.categories.length %> 个分类, <%= site.tags.length %> 个标签
<% if (site.categories.length){ %>
<% site.categories.sort('name').each(function(item){ %>
<% if(item.posts.length){ %>
-
<%= item.name %>
1
<% } %>
<% }) %>
<% } %>
<%- tagcloud({
min_font: 16,
max_font: 35,
amount: 999,
color: true,
start_color: 'gray',
end_color: 'black',
}) %>