diff --git a/layouts/partials/social-share.html b/layouts/partials/social-share.html
index eb313c0..7f76284 100644
--- a/layouts/partials/social-share.html
+++ b/layouts/partials/social-share.html
@@ -22,5 +22,10 @@
{{ partialCached "svg/linkedin.svg" (dict "size" $icon_size) $icon_size }}
+
+ {{ $whatsapp_href := printf "https://api.whatsapp.com/send?text=%s&url=%s" $url}}
+
+ {{ partialCached "svg/whatsapp.svg" (dict "size" $icon_size) $icon_size }}
+
{{ end }}