From 7b0380942a1544d51f0894ba391ef1b869d0be58 Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Mon, 9 Nov 2020 13:27:15 +0100 Subject: [PATCH] make RSS boring standard --- .gitignore | 4 +++- rss.xml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 26b9763..a432ba9 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,6 @@ _data/.~lock.*.csv ## No cover artwork or Mp3 *.mp3 -assets/albums/ \ No newline at end of file +assets/albums/ +media/ + diff --git a/rss.xml b/rss.xml index e967134..7dcf392 100644 --- a/rss.xml +++ b/rss.xml @@ -43,13 +43,13 @@ title : Sakrecoer RSS Feed {{ post.title | xml_escape }} {{ site.url }}{{ post.url }} {{ site.url }}{{ post.url }} - <img src="{{ site.url }}{{ post.image }}" /> <br />{{ post.description | truncate: 150 | xml_escape }} + {{ post.description | xml_escape | truncate: 200 }} Hi-Lights {{ post.author | xml_escape }} {{ post.date | date_to_rfc822 }} {{ post.artist | xml_escape }} No - {{ post.description | strip_html | truncate: 252 | xml_escape }} + {{ post.description | xml_escape | truncate: 200 }} {{ post.description | xml_escape }} {% for tags in post.tags %}{{ tags | strip_html | xml_escape }}{% unless forloop.last %}, {% endunless %}{% endfor %}