My-Blog-Hexo/themes/butterfly/layout/includes/third-party/share/index.pug
2024-12-18 20:27:43 +08:00

8 lines
272 B
Plaintext

.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})