Hexo的一个小BUG(Template render erro

2016-09-08  本文已影响1447人  youngiyang_打码少年

NO.1 问题描述

在使用hexo g生成文章的时候,报错如下:

FATAL Something's wrong. Maybe you can find the solution here: http://hexo.io/docs/troubleshooting.html
Template render error: (unknown path) [Line 31, Column 21]
expected variable end

NO.2 问题原因

当文章中有}}时,且这两个括号未被代码块包含,解析会出问题

NO.3 解决方法

{% raw %}
 含有双大括号的内容
{% endraw %}
上一篇 下一篇

猜你喜欢

热点阅读