From 07482fbba52504fb23bdf52580343d4386e88f55 Mon Sep 17 00:00:00 2001 From: DrMint <29893320+DrMint@users.noreply.github.com> Date: Mon, 27 May 2024 19:28:05 +0200 Subject: [PATCH] Fix partials --- src/pages/[locale]/api/pages/partial.astro | 1 + src/pages/[locale]/api/timeline/partial.astro | 1 + 2 files changed, 2 insertions(+) diff --git a/src/pages/[locale]/api/pages/partial.astro b/src/pages/[locale]/api/pages/partial.astro index a043016..ab18981 100644 --- a/src/pages/[locale]/api/pages/partial.astro +++ b/src/pages/[locale]/api/pages/partial.astro @@ -61,6 +61,7 @@ if (updatedBy) { {/* ------------------------------------------- HTML ------------------------------------------- */} +{" " /* TODO: To be removed when https://github.com/withastro/astro/issues/11103 is fixed */} diff --git a/src/pages/[locale]/api/timeline/partial.astro b/src/pages/[locale]/api/timeline/partial.astro index bacdd62..9a9c811 100644 --- a/src/pages/[locale]/api/timeline/partial.astro +++ b/src/pages/[locale]/api/timeline/partial.astro @@ -32,6 +32,7 @@ const { title, description, notes, credits } = getLocalizedMatch(translations); {/* ------------------------------------------- HTML ------------------------------------------- */} +{" " /* TODO: To be removed when https://github.com/withastro/astro/issues/11103 is fixed */}