Files
hexo-theme-butterfly/layout/includes/third-party/share/index.pug
2025-02-16 20:38:17 +08:00

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