静态编译后出错
$ hexo g INFO Start processing INFO Files loaded in 111 ms ERROR /Users/jialj/GitHub/jiazhe/themes/concise/layout/post.ejs:3 1| <%- partial('_partial/article', {post: page, view: true}) %> 2|
3| <% if( theme.disqus.enable && page.comments ) { %> 4| <%- partial('_partial/comments', {post: page}) %> 5| <% } %> 6|
Cannot read property 'enable' of undefined TypeError: /Users/jialj/GitHub/jiazhe/themes/concise/layout/post.ejs:3 1| <%- partial('_partial/article', {post: page, view: true}) %> 2|
3| <% if( theme.disqus.enable && page.comments ) { %> 4| <%- partial('_partial/comments', {post: page}) %> 5| <% } %> 6|
Cannot read property 'enable' of undefined
at eval (eval at compile (/Users/jialj/GitHub/jiazhe/node_modules/ejs/lib/ejs.js:618:12),
是不是第二步没做 https://github.com/sanonz/hexo-theme-concise#%E5%88%87%E6%8D%A2