chenall / hexo-theme-chenall

一个模块化的hexo主题,
hexo.chenall.net
MIT License
55 stars 22 forks source link

更新后报错 #3

Closed yizhoumo closed 10 years ago

yizhoumo commented 10 years ago
[error] HexoError: Script load failed: list_posts.js
[error] HexoError: Render failed: widgets/latest_update_posts.html
[error] HexoError: Render failed: widgets/recent_posts.html
chenall commented 10 years ago

谢谢反馈,

抱歉,这个list_posts.js有使用到lodash模块,忘记了说明了. 需要安装一下lodash.

npm install lodash --save

这个只是过渡使用的,list_posts的功能,我已经提交给hexo的作者,等他合并到源码之后就可以不用了,但是为了兼容旧的版本,这个还需要保留一段时间.