diff --git a/hugo.yaml b/hugo.yaml index 4a45067..6d8dc91 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -70,19 +70,19 @@ params: include: true title: "Share on Mastodon" linkedin: - include: true + include: false title: "Share on LinkedIn" url: "https://www.linkedin.com/shareArticle?mini=true&url={{ .pagePermalink | urlquery }}&title={{ .pageTitle | urlquery }}" twitter: - include: true + include: false title: "Share on Twitter" url: "https://twitter.com/intent/tweet?text={{ .pageTitle | urlquery }}&url={{ .pagePermalink | urlquery }}" facebook: - include: true + include: false title: "Share on Facebook" url: "https://www.facebook.com/sharer/sharer.php?u={{ .pagePermalink | urlquery }}" pinterest: - include: true + include: false title: "Pin this on Pinterest" url: "https://pinterest.com/pin/create/button/?url={{ .pagePermalink | urlquery }}&description={{ .pageTitle | urlquery }}" whatsapp: