--- permalink: feed.xml eleventyExcludeFromCollections: true --- {{ site.name }} {{ site.description }} {{ collections.posts | getNewestCollectionItemDate | dateToRfc3339 }} {{ site.url }} {{ site.authorName }} {{ site.authorEmail }} {%- for post in collections.posts %} {% set absolutePostUrl %}{{ post.url | url | absoluteUrl(metadata.url) }}{% endset %} {{ post.data.title }} {{ post.date | dateToRfc3339 }} {{ absolutePostUrl }} {{ post.templateContent | htmlToAbsoluteUrls(absolutePostUrl) }} {%- endfor %}