{{/* Config */}}
{{ $switches := (dict
"facebook" true
"twitter" true
"linkedin" true
"whatsapp" true
"xing" true
"mail" true
) }}
{{ $color := "#d5d5d5" }}
{{ $textcolor := "#bbb" }}
{{ $hoverColor := "#444444" }}
{{/* Code */}}
{{ $url := printf "%s" .Permalink | absLangURL }}
{{ $textBody := print .Title "\n\n" (.Summary | plainify | truncate 200) "\n\n" $url "\n" }}
{{ $encodedSummary := strings.TrimPrefix "=" (querify "" (.Summary | plainify | truncate 200)) }}