{{ $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 .Params.social_share.display_social_share }} {{ $social := .Params.social_share.social_items }}
{{ with $social.facebook }} {{ partialCached "svg/facebook.svg" (dict "size" $icon_size) $icon_size }} {{ end }} {{ with $social.twitter }} {{ partialCached "svg/twitter.svg" (dict "size" $icon_size) $icon_size }} {{ end }} {{ with $social.linkedin }} {{ partialCached "svg/linkedin.svg" (dict "size" $icon_size) $icon_size }} {{ end }}
{{ end }}