mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 19:30:54 +08:00
8 lines
199 B
Plaintext
8 lines
199 B
Plaintext
.post_share
|
|
if theme.addThis.enable
|
|
include ./add-this.pug
|
|
else if theme.sharejs && theme.sharejs.enable
|
|
include ./share-js.pug
|
|
else if theme.addtoany.enable
|
|
include ./addtoany.pug
|