From 80e6445cf7c14606d8d9b73d23b218eacc87eaf4 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Mon, 9 Mar 2026 20:57:43 +0100 Subject: [PATCH] feat: Add RSS-link in head Thanks Tony for the heads-up Signed-off-by: SindreKjelsrud --- src/components/BaseHead.astro | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index 843a731..ce55269 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -29,6 +29,14 @@ const { title, description, image = '/placeholder-social.jpg' } = Astro.props; + + + {title}