From 2b83b517ccefb5bc9c05d05c2d5464fa972e2428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Mon, 13 Apr 2026 22:24:07 +0100 Subject: [PATCH] Fix sharing email link broken by email obfuscation PR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The email obfuscation PR (#2815) incorrectly replaced the "share via email" link with the author's email as recipient. Sharing links have no email address to obfuscate — they just open a mailto: with the article URL and title prefilled. Co-Authored-By: Claude Opus 4.6 (1M context) --- layouts/partials/sharing-links.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/layouts/partials/sharing-links.html b/layouts/partials/sharing-links.html index d04648de..e235d650 100644 --- a/layouts/partials/sharing-links.html +++ b/layouts/partials/sharing-links.html @@ -3,15 +3,10 @@
{{ range . }} {{ with index $links . }} - {{ $isEmail := eq .icon "email" }} {{ partial "icon.html" .icon }}