Fix Category Generate Error in Hexo 3.0

pull/148/head
SK-JerryYu 2016-06-05 19:29:22 +08:00
parent aaad1de2a1
commit 80b5e4e9e5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<% if (post.categories && post.categories.length) { %> <% if (post.categories && post.categories.length) { %>
<div class="article-category"> <div class="article-category">
<i class="fa fa-folder"></i> <i class="fa fa-folder"></i>
<%- list_categories(post.categories, { <%- list_categories({
show_count: false, show_count: false,
class: 'article-category', class: 'article-category',
style: 'none', style: 'none',