hexo/node_modules/hexo-theme-butterfly/layout/includes/third-party/share/index.pug

8 lines
272 B
Plaintext
Raw Normal View History

2023-09-25 15:58:56 +08:00
.post_share
if theme.addThis.enable
!=partial('includes/third-party/share/add-this', {}, {cache: true})
else if theme.sharejs.enable
include ./share-js.pug
else if theme.addtoany.enable
!=partial('includes/third-party/share/addtoany', {}, {cache: true})