diff --git a/_includes/social-share.html b/_includes/social-share.html index 8a1423638bfb..b775ae69fc6d 100644 --- a/_includes/social-share.html +++ b/_includes/social-share.html @@ -1,19 +1,27 @@

{{ site.data.ui-text[site.locale].share_on_label | default: "Share on" }}

+ {% if site.share_on.x | default: true %} X + {% endif %} + {% if site.share_on.facebook | default: true %} Facebook + {% endif %} + {% if site.share_on.linkedin | default: true %} LinkedIn + {% endif %} + {% if site.share_on.bluesky | default: true %} Bluesky + {% endif %}