From 38e06edcf130473f7c9d60fc6bc7ee2a9b85088c Mon Sep 17 00:00:00 2001 From: Jewgeni Lewash Date: Wed, 6 Mar 2024 11:26:47 +0100 Subject: [PATCH] fix: add sitemap link to layout --- src/layouts/BaseLayout.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 59cc3b4..befed0a 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -13,6 +13,7 @@ const { title } = Astro.props; + {title}