1. 修復在hexo 4.0.0下,分頁按鈕渲染不完全的bug
This commit is contained in:
Jerry
2019-10-20 13:16:08 +08:00
Unverified
parent 1e06a6ca5e
commit 32d1cd3f53
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,8 @@
var options = {
prev_text: '<i class="fa fa-chevron-left"></i>',
next_text: '<i class="fa fa-chevron-right"></i>',
mid_size: 1
mid_size: 1,
escape: false
}
if(!is_post())