<% if (is_post()) { %>
文章目录
<%- toc(page.content) %>
<% } %> <% if (!is_category() && !noCategories) { %>
知识分类
<% 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') %> <% } %>
<% } %>