cofess / hexo-theme-pure

Hexo theme pure. It's a pure theme for Hexo.
http://blog.cofess.com
MIT License
1.09k stars 291 forks source link

首页下一页 上一页显示问题 #120

Open PeiAlan opened 4 years ago

PeiAlan commented 4 years ago

image

ghlih commented 3 years ago

pagination.ejs 中paginator里加入escape: false

chloeeee72 commented 3 years ago

请问你解决了吗?我也出现了这个问题,具体在哪加呢

ghlih commented 3 years ago

hexo-theme-pure-master\layout_partial\pagination.ejs中

<%- paginator({ prev_text: ' ' + __('pagination.prev'), next_text: __('pagination.next') + '', escape: false }) %>