From 92472937cc008569d21c733d3d8e5c171ccb3287 Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Wed, 9 Sep 2026 16:01:16 +0200 Subject: [PATCH] Restore spaces stripped at wrapped inline-tag boundaries Astro drops the whitespace run when a line break falls exactly at an inline tag boundary, so "the\n" renders glued. Adds {' '} at the wrap. The footer one showed on every page. --- src/components/Footer.astro | 2 +- src/pages/calendula/privacy.astro | 4 ++-- src/pages/uses.astro | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 20df8a0..bfa51df 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -7,7 +7,7 @@ const year = new Date().getFullYear();