From cf163bb0b2ce37c03a44c1fb08aea10149215ad6 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sat, 14 Feb 2026 18:00:49 -0700 Subject: [PATCH] Add RSS links to each post --- src/pages/post/[...slug].astro | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/pages/post/[...slug].astro b/src/pages/post/[...slug].astro index 19479f7..326c516 100644 --- a/src/pages/post/[...slug].astro +++ b/src/pages/post/[...slug].astro @@ -56,6 +56,16 @@ const { Content } = await render(post); Back + + {/* RSS feed button */} + + + RSS + {