ppoffice / hexo-theme-hueman

A redesign of Alx's wordpress theme Hueman, ported to Hexo.
http://ppoffice.github.io/hexo-theme-hueman/
GNU General Public License v2.0
1.17k stars 336 forks source link

在应用本主题的时候报错 #210

Closed 307590317 closed 6 years ago

307590317 commented 6 years ago

在应用hueman主题的时候 hexo clean && hexo g && hexo d 阶段 ,报以下错误

ERROR E:\ZYBlog\themes\hexo-theme-hueman\layout\post.ejs:1

1| <%- partial('common/article', { post: page }) %>

E:\ZYBlog\themes\hexo-theme-hueman\layout\common\article.ejs:23 21|

22|

23| <%- partial('comment/index') %>

E:\ZYBlog\themes\hexo-theme-hueman\layout\comment\index.ejs:3 1| <% if (post.comments) { %> 2|

3| <% if (theme.comment.disqus) { %> 4| <%- partial('comment/disqus') %> 5| <% } else if (theme.comment.duoshuo) { %> 6| <%- partial('comment/duoshuo') %>

Cannot read property 'disqus' of undefined TypeError: E:\ZYBlog\themes\hexo-theme-hueman\layout\post.ejs:1

1| <%- partial('common/article', { post: page }) %>

E:\ZYBlog\themes\hexo-theme-hueman\layout\common\article.ejs:23 21|

22|

23| <%- partial('comment/index') %>

E:\ZYBlog\themes\hexo-theme-hueman\layout\comment\index.ejs:3 1| <% if (post.comments) { %> 2|

3| <% if (theme.comment.disqus) { %> 4| <%- partial('comment/disqus') %> 5| <% } else if (theme.comment.duoshuo) { %> 6| <%- partial('comment/duoshuo') %>

Cannot read property 'disqus' of undefined