diff --git a/layouts/partials/social-share.html b/layouts/partials/social-share.html index 4c615dc..0b72915 100644 --- a/layouts/partials/social-share.html +++ b/layouts/partials/social-share.html @@ -1,21 +1,25 @@ -{{ $site := .Site }} {{ $title := .Title }} {{ $url := printf "%s" .URL | absLangURL }} -{{ $body := print $title ", by " .Site.Title "\n" .Params.description "\n\n" $url "\n" }} {{ $icon_size := "32px" }} -{{ $test_url := printf "%s" "https://www.google.com/" }} {{ if not .Params.disable_share }}