From 82bba37156204a13e71323e3448d238a0575e75d Mon Sep 17 00:00:00 2001
From: Claude
Date: Wed, 1 Jul 2026 12:19:20 +0000
Subject: [PATCH 1/3] Fix missing space between month and year in newsletter
header
Co-Authored-By: Claude Opus 4.8
Claude-Session: https://claude.ai/code/session_01J9yEgk3xrExJerWdMMjNkE
---
sites/main-site/src/layouts/NewsletterLayout.astro | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sites/main-site/src/layouts/NewsletterLayout.astro b/sites/main-site/src/layouts/NewsletterLayout.astro
index 2970cbc1f0..555f555fac 100644
--- a/sites/main-site/src/layouts/NewsletterLayout.astro
+++ b/sites/main-site/src/layouts/NewsletterLayout.astro
@@ -185,8 +185,7 @@ const pipelinesAndProposals: { title: string; url: string; sub: string; labels:
style="max-width: 100%; height: auto; display: none; margin: 0 auto;"
/>
- 1st {monthName}
- {year}
+ 1st {monthName} {year}
From 3693ba9a4bac35b58f6135ee65bd1aa5b1891ac2 Mon Sep 17 00:00:00 2001
From: mashehu
Date: Wed, 1 Jul 2026 15:40:28 +0200
Subject: [PATCH 2/3] more whitespace fixes
---
sites/main-site/src/pages/newsletter/index.astro | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/sites/main-site/src/pages/newsletter/index.astro b/sites/main-site/src/pages/newsletter/index.astro
index 81f544a7ed..74f006c3ed 100644
--- a/sites/main-site/src/pages/newsletter/index.astro
+++ b/sites/main-site/src/pages/newsletter/index.astro
@@ -35,7 +35,9 @@ const latest = months[0];
LinkedIn
+ LinkedIn.
@@ -44,7 +46,7 @@ const latest = months[0];
{
latest && (
-
Latest newsletter:
+
Latest newsletter:
{getMonthName(latest.month)} {latest.year}
From 36381c85395a1a1f1df721abdbe0c861749a1904 Mon Sep 17 00:00:00 2001
From: Phil Ewels
Date: Wed, 1 Jul 2026 15:47:38 +0200
Subject: [PATCH 3/3] Update NewsletterLayout.astro
---
sites/main-site/src/layouts/NewsletterLayout.astro | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sites/main-site/src/layouts/NewsletterLayout.astro b/sites/main-site/src/layouts/NewsletterLayout.astro
index 555f555fac..ef3e0a7b4f 100644
--- a/sites/main-site/src/layouts/NewsletterLayout.astro
+++ b/sites/main-site/src/layouts/NewsletterLayout.astro
@@ -185,7 +185,8 @@ const pipelinesAndProposals: { title: string; url: string; sub: string; labels:
style="max-width: 100%; height: auto; display: none; margin: 0 auto;"
/>
- 1st {monthName} {year}
+ 1st {monthName}
+ {" "}{year}