{%- assign entries = data -%} <![CDATA[{{ title }}]]> {{ permalink | absoluteUrl }} {{ 'now' | date: "%a, %d %b %Y %H:%M:%S %z" }} <![CDATA[{{ title }}]]> {{ permalink | absoluteUrl }} {{ "https://cdn.coryd.dev" | append: globals.avatar | append: "?class=w200" }} 144 144 {% for entry in entries limit: 20 -%} {%- assign entryFeed = entry.feed -%} {%- assign rating = entry.rating -%} {%- capture entryTitle -%} {{ entryFeed.title }} {%- 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 -%} {%- endif -%} {%- endfor %}