From d050caaf5e60df90b1e8657ca81b160a8309cc28 Mon Sep 17 00:00:00 2001 From: Set Sakrecoer Date: Tue, 5 Nov 2019 10:57:20 +0100 Subject: [PATCH] rss fixed --- rss.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %}