diff --git a/_includes/post-sharing.html b/_includes/post-sharing.html
index 4f06626..d894199 100644
--- a/_includes/post-sharing.html
+++ b/_includes/post-sharing.html
@@ -8,15 +8,13 @@
{% assign url = page.url | absolute_url | url_encode %}
{% for share in site.data.share.platforms -%}
+ {%- capture tooltip -%}
+ data-bs-toggle="tooltip" data-bs-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}"
+ {%- endcapture -%}
+
{% if share.type == 'Mastodon' %}
-