From d028a1f8da16ab2e88a84b2a283ef4419f0945d6 Mon Sep 17 00:00:00 2001 From: afterlifepro Date: Sun, 24 Aug 2025 22:07:52 +0100 Subject: [PATCH] Add a header to the RSS page good god if the experimental astro container api ever deprecates im cooked lmfao --- src/components/Header.astro | 1 + src/pages/rss.style.xml.ts | 132 +++++++++++++++++++++++++++++++++++- 2 files changed, 131 insertions(+), 2 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index c45cd13..301a132 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -66,6 +66,7 @@ const strToX = ( -
+ ${header} +

Blog Posts

If you want to use this page in your RSS reader, simply paste this page's URL in and it'll just work. To view the original RSS, view the page source. The styling of this page is made possible by XSLT

+
+
-- 2.51.2