---json { "permalink": "feed.xml", "eleventyExcludeFromCollections": true, "metadata": { "title": "߸ mccd", "subtitle": "Thoughts.", "language": "en", "url": "https://mccd.space", "author": { "name": "Marc Coquand", "email": "contact@mccd.space" } } } --- {{ metadata.title }} {{ metadata.subtitle }} {{ collections.posts | getNewestCollectionItemDate | dateToRfc3339 }} {{ metadata.url }} {{ metadata.author.name }} {{ metadata.author.email }} {%- for post in collections.post | reverse %} {%- set absolutePostUrl = post.url | absoluteUrl(metadata.url) %} {{ post.data.title }} {{ post.date | dateToRfc3339 }} {{ absolutePostUrl }} {{ post.templateContent | htmlToAbsoluteUrls(absolutePostUrl) }} {%- endfor %}