---json { "permalink": "feed.xml", "eleventyExcludeFromCollections": true, "metadata": { "title": "Actualité d'Astrolabe", "description": "Retrouvez nos dernières actualités", "language": "fr", "base": "https://www.astrolabe.coop/", "author": "Astrolabe CAE" } } --- {{ metadata.title }} {{ metadata.base | addPathPrefixToFullUrl }} {{ metadata.description }} {{ metadata.language or page.lang }} {%- for post in collections.news %} {%- set absolutePostUrl = post.url | htmlBaseUrl(metadata.base) %} {{ post.data.title }} {{ absolutePostUrl }} {{ post.description }} {{ post.date | dateToRfc822 }} {{ post.data.type }} {{ post.data.author or metadata.author }} {{ absolutePostUrl }} {%- endfor %}