From 1bc92ae1aaf83b728a644ad6ef9d2eb97aa0118f Mon Sep 17 00:00:00 2001
From: scottmakestech <83726258+scottmakestech@users.noreply.github.com>
Date: Thu, 23 Jul 2026 13:14:55 -0500
Subject: [PATCH 1/3] Add Twitter card metadata
---
content/en/donate.html | 2 +-
themes/le-2025/layouts/partials/head.html | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/content/en/donate.html b/content/en/donate.html
index 0f376a037..fc2811070 100644
--- a/content/en/donate.html
+++ b/content/en/donate.html
@@ -1,7 +1,7 @@
---
title: "Support Our Work!"
linkTitle: "Donate"
-description: "Get the limited-edition ISRG Root X1 t-shirt when you give $75 or more this summer."
+description: "Get the limited-edition ISRG Root X1 t-shirt when you give $75 or more this summer and support a more secure Internet for everyone."
slug: donate
type: page
layout: donate-2026
diff --git a/themes/le-2025/layouts/partials/head.html b/themes/le-2025/layouts/partials/head.html
index 35d07b0c4..31ee53ea0 100644
--- a/themes/le-2025/layouts/partials/head.html
+++ b/themes/le-2025/layouts/partials/head.html
@@ -11,6 +11,10 @@
+
+
+
+
{{ with site.Home.OutputFormats.Get "RSS" -}}
{{- end }}
From 521c4903694937a635e564ce3fdaba7fc64268d5 Mon Sep 17 00:00:00 2001
From: scottmakestech <83726258+scottmakestech@users.noreply.github.com>
Date: Thu, 23 Jul 2026 13:32:01 -0500
Subject: [PATCH 2/3] Debug card display
---
themes/le-2025/layouts/partials/head.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/le-2025/layouts/partials/head.html b/themes/le-2025/layouts/partials/head.html
index 31ee53ea0..7ab95294a 100644
--- a/themes/le-2025/layouts/partials/head.html
+++ b/themes/le-2025/layouts/partials/head.html
@@ -11,7 +11,7 @@
-
+
From 0ab591a3c8e98658e8d22ca2d6c37ae23fd3486e Mon Sep 17 00:00:00 2001
From: scottmakestech <83726258+scottmakestech@users.noreply.github.com>
Date: Thu, 23 Jul 2026 13:59:17 -0500
Subject: [PATCH 3/3] Update Donate meta description
---
content/en/donate.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/en/donate.html b/content/en/donate.html
index fc2811070..0f376a037 100644
--- a/content/en/donate.html
+++ b/content/en/donate.html
@@ -1,7 +1,7 @@
---
title: "Support Our Work!"
linkTitle: "Donate"
-description: "Get the limited-edition ISRG Root X1 t-shirt when you give $75 or more this summer and support a more secure Internet for everyone."
+description: "Get the limited-edition ISRG Root X1 t-shirt when you give $75 or more this summer."
slug: donate
type: page
layout: donate-2026