--- permalink: '/{{ site.feed }}' --- {% if title %}{{ title }}{% else %}{{ site.title }}{% endif %} {% if summary %}{{ summary }}{% else %}{{ site.description }}{% endif %} {{ collections.blog | rssLastUpdatedDate }} {{ site.url }} {{ site.author.name }} {{ site.author.mail }} {% for post in collections.blog %} {% set absolutePostUrl %}{{ site.url }}{{ post.url | url }}{% endset %} {{ post.data.title }} {{ post.date | rssDate }} {{ absolutePostUrl }} {% endfor %}