{% assign entries = data | normalizeEntries -%} {{ title }} {{ description }} {{ permalink | absoluteUrl: meta.url }} {{ updated }} {{ title }} {{ permalink | absoluteUrl: meta.url }} {{ meta.url }}/assets/icons/feed-icon.png 144 144 {% for entry in entries limit: 20 -%} {{ entry.title }} {{ entry.url | stripUtm | encodeAmp }} {{ entry.date | stringToDate | dateToRfc822 }} {{ entry.url | stripUtm | encodeAmp }} {{ entry.excerpt | escape }} {%- endfor %}