--- eleventyExcludeFromCollections: true permalink: /blog.rss --- {{ siteconfig.title }} {{ siteconfig.description }} {{ collections.posts | rssLastUpdatedDate }} {{ siteconfig.url }} {{ siteconfig.author }} {%- for post in collections.posts | reverse %} {% set absolutePostUrl %}{{ post.url | url | absoluteUrl(metadata.url) }}{% endset %} {{ post.data.title }} {{ post.date | rssDate }} {{ absolutePostUrl }} {{ post.templateContent | htmlToAbsoluteUrls(absolutePostUrl) | truncate(400) }} {%- endfor %}