在搭建Hexo博客时出现问题
  • 板块灌水区
  • 楼主Alea
  • 当前回复0
  • 已保存回复0
  • 发布时间2021/5/2 21:50
  • 上次更新2023/11/4 23:49:43
查看原帖
在搭建Hexo博客时出现问题
322792
Alea楼主2021/5/2 21:50

在加载了NexT后出现问题: 运行时不显示网页,只显示

{%扩展了'_layout.swig'%} {%导入了'_macro / post.swig'作为post_template%} {%导入了'_macro / sidebar.swig'作为sidebar_template%} {%块标题%} {{config.title} } {%如果theme.index_with_subtitle和config.subtitle%}-{{config.subtitle}} {%endif%} {%endblock%} {%block page_class%} {%is_home()%} page-home {% endif-%} {%endblock%} {%block content%}
{%用于page.posts中的帖子%} {{post_template.render(post,true)}} {%endfor%}
{%include'_partials / pagination.swig'%} {%endblock%} {%block sidebar%} {{sidebar_template.render(false)}} {%endblock%}

请解决!

2021/5/2 21:50
加载中...