mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 19:40:55 +08:00
4 lines
332 B
Plaintext
4 lines
332 B
Plaintext
if (theme.sharejs && theme.sharejs.enable)
|
|
.social-share(data-image= page.cover|| theme.avatar data-sites= theme.sharejs.sites)
|
|
link(rel="stylesheet" href="https://cdn.jsdelivr.net/npm/social-share.js@1.0.16/dist/css/share.min.css")
|
|
script(src="https://cdn.jsdelivr.net/npm/social-share.js@1.0.16/dist/js/social-share.min.js") |