mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-10 21:17:07 +08:00
9 lines
222 B
Plaintext
9 lines
222 B
Plaintext
- const { use } = theme.share
|
|
|
|
if use
|
|
.post-share
|
|
case use
|
|
when 'addtoany'
|
|
!=partial('includes/third-party/share/addtoany', {}, {cache: true})
|
|
when 'sharejs'
|
|
include ./share-js.pug |