7 lines
230 B
Plaintext
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})
|