{%- assign entries = data | normalizeEntries: 20 -%} <![CDATA[{{ title }}]]> {{ permalink | absoluteUrl }} {{ updated | stringToRFC822Date }} <![CDATA[{{ title }}]]> {{ permalink | absoluteUrl }} {{ "https://cdn.coryd.dev/" | append: globals.feed_image | append: "?class=w200&v=" | append: appVersion }} 144 144 {% for entry in entries -%} {%- assign rating = entry.rating -%} {%- capture entryTitle -%} {{ entry.title }} {%- if entry.authors %} via {{ entry.authors.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 -%} {{ entry.url | append: '?' | append: utm_parameters | encodeAmp }} {%- else -%} {{ entry.url | encodeAmp }} {%- endif -%} {{ entry.date | stringToRFC822Date }} {{ entry.url | encodeAmp }} {%- if entry.image -%} {%- endif -%} {{ entry.excerpt | escape }} {%- endfor %}