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
+
{