From 43832ad13a3abbfbfa3c797df930fa10f8380360 Mon Sep 17 00:00:00 2001 From: Cassidy Williams Date: Sat, 6 Jan 2024 23:19:00 -0600 Subject: [PATCH] Add RSS links --- src/pages/index.astro | 9 ++++++++- src/pages/posts.astro | 9 ++++++++- src/style/global.css | 4 ++++ 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 1b4ab10..af3b7d6 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -14,7 +14,7 @@ const posts = await Astro.glob("../posts/*.md"); const tags = getTags(posts); --- - + @@ -28,6 +28,13 @@ const tags = getTags(posts); +

+ You can also + subscribe with RSS! + +

+
+