{%- 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 -%} <![CDATA[{{ entryTitle }}]]> {{ entry.url | encodeAmp }} {{ entry.date | stringToRFC822Date }} {{ entry.url | encodeAmp }} {%- if entry.image -%} {%- endif -%} {{ entry.excerpt | escape }} {%- endfor %}