---json { "permalink": "feed.xml", "eleventyExcludeFromCollections": true, "metadata": { "title": "The htmx Blog", "subtitle": "News about htmx", "url": "https://htmx.org/", "feedUrl": "https://htmx.org/feed.xml", "author": { "name": "Big Sky Software, et all", "email": "info@bigsky.software" } } } --- {{ metadata.title }} {{ metadata.subtitle }} {{ 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 }} {{ absolutePostUrl }} {{ post.templateContent | htmlToAbsoluteUrls(absolutePostUrl) }} {%- endfor %}