--- # Metadata comes from _data/metadata.json permalink: /blog/feed/feed.xml --- {{ metadata.title }} {{ metadata.description }} {{ collections.articles | filterDraft | getNewestCollectionItemDate | dateToRfc3339 }} {{ metadata.url }} {{ metadata.author.name }} {{ metadata.author.email }} {%- for article in collections.articles | filterDraft | reverse %} {% set absolutePostUrl %}{{ article.url | htmlBaseUrl(metadata.url) }}{% endset %} {{ article.data.title }} {{ article.date | dateToRfc3339 }} {{ absolutePostUrl }} {{ article.templateContent | transformWithHtmlBase(absolutePostUrl, article.url) }} {%- endfor %}