mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 20:30:53 +08:00
v1.2.2
1. 修復在hexo 4.0.0下,分頁按鈕渲染不完全的bug
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user