Files
blog/themes/butterfly/layout/includes/third-party/share/index.pug
2025-08-12 12:19:25 +08:00

9 lines
214 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