Fix Category Generate Error in Hexo 3.0
parent
aaad1de2a1
commit
80b5e4e9e5
|
@ -1,7 +1,7 @@
|
|||
<% if (post.categories && post.categories.length) { %>
|
||||
<div class="article-category">
|
||||
<i class="fa fa-folder"></i>
|
||||
<%- list_categories(post.categories, {
|
||||
<%- list_categories({
|
||||
show_count: false,
|
||||
class: 'article-category',
|
||||
style: 'none',
|
||||
|
|
Loading…
Reference in New Issue