mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
fix:侧边栏归档卡片自定义排序异常
This commit is contained in:
parent
931a0ba82d
commit
91d49fe7a2
@ -403,7 +403,7 @@
|
||||
|
||||
if hexo-config('aside.card_archives.sort_order')
|
||||
.card-archives
|
||||
order: hexo-config('aside.card-archives.sort_order')
|
||||
order: hexo-config('aside.card_archives.sort_order')
|
||||
|
||||
if hexo-config('aside.card_webinfo.sort_order')
|
||||
.card-webinfo
|
||||
|
||||
Loading…
Reference in New Issue
Block a user