diff --git a/ifttt.rss b/ifttt.rss deleted file mode 100644 index 0a6acb2..0000000 --- a/ifttt.rss +++ /dev/null @@ -1,31 +0,0 @@ ---- -layout: nil -title : Basspistol Feed ---- - - - - - - {{ site.name }} - - - {{ site.time | date: "%Y-%m-%dT%H:%M:%SZ" }} - {{ site.url }}/ - - {{ site.publisher.name }} - {{ site.publisher.email }} - - CC-BY-NC-SA {{ site.time | date: "%Y" }} - {{ site.publisher.name }}. Some rights reserved. - {% for post in site.posts limit:10 %} - - {{ post.title | xml_escape }} - - {{ post.date | date: "%Y-%m-%dT%H:%M:%SZ" }} - {{ post.last_modified_at | date_to_xmlschema }} - {{ site.url }}{{ post.id }} - - - {% endfor %} - - \ No newline at end of file diff --git a/rss.xml b/rss.xml index 2a7ac91..d95e058 100644 --- a/rss.xml +++ b/rss.xml @@ -38,12 +38,13 @@ title : The Basspistol RSS Feed {% for post in site.posts limit: 7 %} {{ post.title | xml_escape }} - {% if post.link %}{{ post.link }}{% else %}{{ site.url }}{{ post.url }}{% endif %} + {% 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 %} {{ 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 {{ site.publisher.mail | xml_escape }} ({{ site.publisher.name }}) - {{ post.date | date_to_rfc822 }} + {{ post.date | date: "%Y-%m-%dT%H:%M:%SZ" }} + {{ post.last_modified_at | date: "%Y-%m-%dT%H:%M:%SZ" }} {{ site.publisher.mail }} No {{ post.description | truncate: 252 | xml_escape }}