当前位置: 代码迷 >> 综合 >> hexo使用theme出现“ {% extends ‘_layout.swig‘ %} {% import ‘_macro/post.swig‘ as post_template %}“问题
  详细解决方案

hexo使用theme出现“ {% extends ‘_layout.swig‘ %} {% import ‘_macro/post.swig‘ as post_template %}“问题

热度:1   发布时间:2024-03-06 13:07:35.0

原因是hexo在5.0之后把swig给删除了需要自己手动安装

 npm i hexo-renderer-swig
  相关解决方案