diff --git a/src/includes/partials/feeds/rss.liquid b/src/includes/partials/feeds/rss.liquid index ca37023d..67ce06f3 100644 --- a/src/includes/partials/feeds/rss.liquid +++ b/src/includes/partials/feeds/rss.liquid @@ -23,14 +23,9 @@ {%- if entryFeed.artist and entryFeed.artist.name %} via {{ entryFeed.artist.name }}{%- endif -%} {%- if rating %} ({{ rating }}){%- endif -%} {%- endcapture -%} - {%- assign utm_parameters = "utm_source=rss&utm_medium=feed&utm_campaign=" | append: utm_campaign -%} <![CDATA[{{ entryTitle }}]]> - {%- if utm_campaign -%} - {{ entryFeed.url | append: '?' | append: utm_parameters | encodeAmp }} - {%- else -%} {{ entryFeed.url | encodeAmp }} - {%- endif -%} {{ entryFeed.date | stringToRFC822Date }} {{ entryFeed.url | encodeAmp }} {%- if entryFeed.image -%}