--- title: 'Issue 33 Blog' summary: 'A feed of the latest posts from our blog.' permalink: '/feed.xml' --- {{ title }} {{ summary }} {{ collections.blog | rssLastUpdatedDate }} {{ site.url }} {{ site.authorName }} {{ site.authorEmail }} {% for post in collections.blog %} {% set absolutePostUrl %}{{ site.url }}{{ post.url | url }}{% endset %} {{ post.data.title }} {{ post.date | rssDate }} {{ absolutePostUrl }} {% endfor %}