mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
v1.2.2
1. 修復在hexo 4.0.0下,分頁按鈕渲染不完全的bug
This commit is contained in:
parent
1e06a6ca5e
commit
32d1cd3f53
@ -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())
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "hexo-theme-melody",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.2",
|
||||
"description": "A Hexo Theme: Butterfly"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user