美文网首页
Hexo的一个小BUG(Template render erro

Hexo的一个小BUG(Template render erro

作者: youngiyang_打码少年 | 来源:发表于2016-09-08 13:51 被阅读1447次

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 %}

相关文章

网友评论

      本文标题:Hexo的一个小BUG(Template render erro

      本文链接:https://www.haomeiwen.com/subject/rzmsettx.html