QuickReference/themes/anzhiyu/layout/includes/third-party/share/index.pug

7 lines
230 B
Plaintext

if (theme.sharejs.enable || theme.addtoany.enable)
.post_share
if theme.sharejs.enable
include ./share-js.pug
else if theme.addtoany.enable
!=partial('includes/third-party/share/addtoany', {}, {cache: true})