From ff733b7c701680600d8cb031957381f2eddccb05 Mon Sep 17 00:00:00 2001 From: Alexis Tacnet Date: Fri, 5 May 2017 18:43:14 +0200 Subject: [PATCH] Fix double title for twitter --- layouts/partials/footer_scripts.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/layouts/partials/footer_scripts.html b/layouts/partials/footer_scripts.html index 2242fa4..128e33c 100644 --- a/layouts/partials/footer_scripts.html +++ b/layouts/partials/footer_scripts.html @@ -33,10 +33,7 @@ progressively.init({delay: 30, throttle: 50}); {{ end }} {{ if .Site.Params.share }} - SocialShareKit.init({ - url: '{{ .Permalink }}', - text: '{{ .Title }}' - }); + SocialShareKit.init(); {{ end }} };