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