这个怎么解决
ERROR E:\blog\myblog\themes\hexo-theme-A-RSnippet-master\layout\page.ejs:15
13| <hr>
14| <%- partial('_partial/comments') %>
>> 15| <%- include('_partial/toc') %>
16| </div>
17| </div>
18| </article>
E:\blog\myblog\themes\hexo-theme-A-RSnippet-master\layout\_partial\toc.ejs:1
>> 1| <% if(config.toc.enable){ %>
2| <div class="hidden-xs col-sm-3 toc-col">
3| <div class="toc-wrap">
4| <%- __('sidebar.toc') %>
Cannot read property 'enable' of undefined
TypeError: E:\blog\myblog\themes\hexo-theme-A-RSnippet-master\layout\page.ejs:15
13| <hr>
14| <%- partial('_partial/comments') %>
>> 15| <%- include('_partial/toc') %>
16| </div>
17| </div>
18| </article>
Hexo 修改主题前言使用软件:git bash,Atom编辑器 上一篇https://www.jianshu.com/p/84ae2ba1c133我提到一个官方的样式网站https://he...