{%- assign entries = data | normalizeEntries -%} {{ title }} {{ description }} {{ permalink | absoluteUrl: meta.url }} {{ updated | stringToRFC822Date }} {{ title }} {{ permalink | absoluteUrl: meta.url }} https://cdn.coryd.dev/assets/avatar.png 144 144 {% for entry in entries limit: 20 -%} {% assign rating = entry.rating %} {%- capture entryTitle -%} {{ entry.title | escape }} {%- if entry.authors %} via {{ entry.authors.name }}{%- endif -%} {%- if rating %} ({{ rating }}){%- endif -%} {%- endcapture -%} {{ entryTitle }} {{ entry.url | encodeAmp }} {{ entry.date | stringToRFC822Date }} {{ entry.url | encodeAmp }} {{ entry.excerpt | escape }} {%- endfor %}