diff --git a/layouts/partials/footer_scripts.html b/layouts/partials/footer_scripts.html index 128e33c..b0b2db0 100644 --- a/layouts/partials/footer_scripts.html +++ b/layouts/partials/footer_scripts.html @@ -33,7 +33,12 @@ progressively.init({delay: 30, throttle: 50}); {{ end }} {{ if .Site.Params.share }} - SocialShareKit.init(); + SocialShareKit.init({ + twitter: { + text: '', + {{ if .Site.Params.twitter }}via: '{{ .Site.Params.twitter }}'{{ end }} + } + }); {{ end }} };