mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
update
This commit is contained in:
commit
3028b08526
BIN
layout/.DS_Store
vendored
Normal file
BIN
layout/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
layout/includes/.DS_Store
vendored
Normal file
BIN
layout/includes/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
layout/includes/third-party/.DS_Store
vendored
Normal file
BIN
layout/includes/third-party/.DS_Store
vendored
Normal file
Binary file not shown.
20
layout/includes/third-party/share/addtoany.pug
vendored
20
layout/includes/third-party/share/addtoany.pug
vendored
@ -1,10 +1,10 @@
|
||||
.addtoany
|
||||
.a2a_kit.a2a_kit_size_32.a2a_default_style
|
||||
- let addtoanyItem = theme.addtoany.item.split(',')
|
||||
each name in addtoanyItem
|
||||
a(class="a2a_button_" + name)
|
||||
|
||||
a.a2a_dd(href="https://www.addtoany.com/share")
|
||||
script(async src='https://static.addtoany.com/menu/page.js')
|
||||
|
||||
|
||||
.addtoany
|
||||
.a2a_kit.a2a_kit_size_32.a2a_default_style
|
||||
- let addtoanyItem = theme.share.addtoany.item.split(',')
|
||||
each name in addtoanyItem
|
||||
a(class="a2a_button_" + name)
|
||||
|
||||
a.a2a_dd(href="https://www.addtoany.com/share")
|
||||
script(async src='https://static.addtoany.com/menu/page.js')
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user