diff --git a/layouts/partials/social/share.html b/layouts/partials/social/share.html index cb56e12..14cdafc 100644 --- a/layouts/partials/social/share.html +++ b/layouts/partials/social/share.html @@ -66,7 +66,7 @@ {{- $setup := .setup -}} {{- $separator := "&" -}} {{- $title := $context.Title | transform.HTMLEscape -}} - {{- $description := $context.Summary | transform.HTMLEscape -}} + {{- $description := $context.Summary | transform.Plainify | transform.HTMLEscape -}} {{- $permalink := $context.Permalink | transform.HTMLEscape -}} {{- with $setup.separator -}} {{- $separator = . -}}