知识分类
<% if (site.categories.length == 0) { %>
<% } else { %>
<%- list_categories(site.categories, {
class: 'category',
style: 'list',
show_count: false,
}) %>
<% } %>
<% } %>
<% if (!is_tag() && !noTags) { %>
知识标签
<% if (site.tags.length == 0) { %>
<% } else { %>
<%- partial('widget/tagcloud') %>
<% } %>
<% } %>