From 935fba0619de4fb104b887db823d7544b6496789 Mon Sep 17 00:00:00 2001 From: Set Hallstrom Date: Fri, 23 Oct 2020 16:45:54 +0200 Subject: [PATCH] fix broken RSS --- rss.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rss.xml b/rss.xml index 7da348d..1b4c5e2 100644 --- a/rss.xml +++ b/rss.xml @@ -38,7 +38,7 @@ title : The Basspistol RSS Feed {% for post in site.posts limit: 7 %} {{ post.title | xml_escape }} - {% if post.link %}{{ post.link }}?utm_source=RSS&utm_medium=RSS&utm_campaign={{ post.title | replace: ',','-' | replace: ' ', '-' | xml_escape }}{% else %}{{ site.url }}{{ post.url }}?utm_source=RSS&utm_medium=RSS&utm_campaign={{ post.title | replace: ',','-' | replace: ' ', '-' | xml_escape }}{% endif %} + {% if post.link.url %}{{ post.link.url }}?pk_campaign=rss{% else %}{{ site.url }}{{ post.url }}?pk_campaign=rss{% endif %} {{ site.url }}{{ post.url }} <img src="{{ site.url }}{{ post.image }}" /> <br />{{ post.description | truncate: 150 | xml_escape }} {% if post.link %}<br />Full article on: <a href="{{ site.url }}{{ post.url }}">{{ site.url }}{{ post.url }}</a>{% endif %} Hi-Lights