diff --git a/rss.xml b/rss.xml
index 69e42a4..687153f 100644
--- a/rss.xml
+++ b/rss.xml
@@ -60,9 +60,9 @@ layout: null
Sakrecoer
No
-{{ post.content | xml_escape }}
-{{ post.content | xml_escape }}
-{{ post.tags | xml_escape }}
+{{ post.content | truncate: 40, "" | xml_escape }}
+{{ post.content | truncate: 40, "" | xml_escape }}
+{% for c in post.categories %}{{ c | xml_escape }}{% unless forloop.last %}, {% endunless %}{% endfor %}