iblh / hexo-theme-material

Material Design theme for hexo.

Home Page:https://iblh.github.io/material-demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

第一次使用就报错

kitmanten opened this issue · comments

commented

ERROR Render HTML failed: 2020/05/20/hello-world/index.html
TypeError: D:\Program\Blog\themes\material\layout\layout.ejs:3
1|
2| <html style="display: none;" <% if(config.language !== null) { %>lang="<%- config.language.substring(0,2) %>"<% } %>>

3| <%- partial('_partial/head') %>
4|
5| <% if(page.layout === 'gallery') { %>
6|

commented

没有做任何操作除了重命名配置文件

commented

image
我也是,没有做任何操作除了重命名配置文件

这个应该是没有设置评论系统导致的,可以先配置下

可参考这个issue解决:
#686