mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-17 04:40:53 +08:00
v1.2.2
1. 修復在hexo 4.0.0下,分頁按鈕渲染不完全的bug
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
var options = {
|
var options = {
|
||||||
prev_text: '<i class="fa fa-chevron-left"></i>',
|
prev_text: '<i class="fa fa-chevron-left"></i>',
|
||||||
next_text: '<i class="fa fa-chevron-right"></i>',
|
next_text: '<i class="fa fa-chevron-right"></i>',
|
||||||
mid_size: 1
|
mid_size: 1,
|
||||||
|
escape: false
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!is_post())
|
if(!is_post())
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "hexo-theme-melody",
|
"name": "hexo-theme-melody",
|
||||||
"version": "1.2.1",
|
"version": "1.2.2",
|
||||||
"description": "A Hexo Theme: Butterfly"
|
"description": "A Hexo Theme: Butterfly"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user