情形:更新hexo为4.2.0
版本后,首页的分页展示为HTML代码,尝试多次,终于找到原因,解决办法如下。
打开主题文件themes/你的主题/layout/_partial/pagination.ejs
文件,修改代码:
修改前:
<%- paginator({
prev_text: "<i class='fa fa-angle-left'></i>",
next_text: "<i class='fa fa-angle-right'></i>"
}) %>
修改后:
<%- paginator({
prev_text: "<i class='fa fa-angle-left'></i>",
next_text: "<i class='fa fa-angle-right'></i>",
escape: false
}) %>
References
最新评论
本来在正常下载,突然就不能下载,并出现报错:a socket operation was attempted to an unreachable network。请问是什么原因呢
试了,还是不行,能不能更新一下
试了,确实不行,能不能更新一下
也推荐一下我自己写的 https://twitdown.com