mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-10 21:17:07 +08:00
4 lines
243 B
Plaintext
4 lines
243 B
Plaintext
if (theme.sharejs && theme.sharejs.enable)
|
|
.social-share(data-image=url_for(page.cover|| theme.avatar.img) data-sites= theme.sharejs.sites)
|
|
link(rel="stylesheet" href=url_for(theme.CDN.sharejs_css))
|
|
script(src=url_for(theme.CDN.sharejs)) |