
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 問題原因
當(dāng)文章中有}}時,且這兩個括號未被代碼塊包含,解析會出問題
NO.3 解決方法
{% raw %}
含有雙大括號的內(nèi)容
{% endraw %}