diff --git a/rss.xml b/rss.xml
index 7778b10..2a7ac91 100644
--- a/rss.xml
+++ b/rss.xml
@@ -35,7 +35,7 @@ title : The Basspistol RSS Feed
- {% for post in site.posts %}
+ {% for post in site.posts limit: 7 %}
-
{{ post.title | xml_escape }}
{% if post.link %}{{ post.link }}{% else %}{{ site.url }}{{ post.url }}{% endif %}