diff --git a/website/_config.yml b/website/_config.yml
index 74021c3fe..15e28ec7f 100644
--- a/website/_config.yml
+++ b/website/_config.yml
@@ -4,6 +4,7 @@ url: "https://aider.chat"
plugins:
- jekyll-redirect-from
- jekyll-sitemap
+ - jekyll-feed
defaults:
- scope:
@@ -19,6 +20,7 @@ exclude:
- "**/OLD/**"
- "OLD/**"
- vendor
+ - feed.xml
aux_links:
"GitHub":
diff --git a/website/_includes/head_custom.html b/website/_includes/head_custom.html
index a6d4cca22..95a83cf10 100644
--- a/website/_includes/head_custom.html
+++ b/website/_includes/head_custom.html
@@ -5,6 +5,7 @@
{% endif %}
+