<% if (page.type === "tags") { %>
<%- _p('counter.tag_cloud', site.tags.length) %>
<%- tagcloud({ min_font: 12, max_font: 30, amount: 200, color: true, start_color: '#ccc', end_color: '#111' }) %>
<% } else if (page.type === 'categories') { %>
<%- _p('全部分类', site.categories.length) %>
<%- list_categories() %>
<% } else { %> <% if (post.excerpt && index){ %> <%- post.excerpt %> <% } else { %> <%- post.content %> <% } %> <% } %>