iissnan / hexo-theme-next

Elegant theme for Hexo.
http://notes.iissnan.com
MIT License
15.87k stars 3.63k forks source link

首页文章数量超过主题默认配置导致出现下一页显示错误 #2245

Open MarvellousLiu opened 4 years ago

MarvellousLiu commented 4 years ago

页面末尾应该是下一页,结果变成如下代码:

这个要怎么处理。

MarvellousLiu commented 4 years ago

这个 < i class = " fa fa-angle-right"> < /i >

Skylor-Tang commented 4 years ago

Font Awesome的字体图标调用显示错误了,没有显示对应的图标,而是直接显示了调用的源码,推荐的解决措施是直接修改源码,将 < i class = " fa fa-angle-right"> < /i > 直接替换为 > ,用来替换原先的图标显示,文件的位置在 ../next/layout/_partials/pagination.swig中,另外,这个库已经不维护了,可以移步最新的库 https://github.com/theme-next/hexo-theme-next