diff --git a/templates/blog.html b/templates/blog.html
index a8bd4924..dfe3fb34 100644
--- a/templates/blog.html
+++ b/templates/blog.html
@@ -1,6 +1,8 @@
- {{
+
+ RSS Feed
+ {{
for (const post of posts) {
const { title, post_body_html, slug, comments_count, comments_url } = post;
}}