---json { "permalink": "til.xml", "eleventyExcludeFromCollections": true, "metadata": { "title": "Gaiety's Life TIL", "subtitle": "Learning in Public, nerdy things by a kobl", "url": "https://gaiety.life/til", "feedUrl": "https://gaiety.life/til.xml", "author": { "name": "Ava Gaiety W.", "email": "ava@wroten.me" } } } --- {{ metadata.title }} {{ metadata.subtitle }} {{ collections.tils | getNewestCollectionItemDate | dateToRfc3339 }} {{ metadata.url }} {{ metadata.author.name }} {{ metadata.author.email }} {%- for post in collections.tils %} {% set absolutePostUrl %}{{ post.url | url | absoluteUrl(metadata.url) }}{% endset %} {{ post.data.title }} {{ post.date | dateToRfc3339 }} {{ absolutePostUrl }} {{ post.templateContent | htmlToAbsoluteUrls(absolutePostUrl) }} {%- endfor %}