--- layout: null permalink: /feeds/all.xml --- {% layout "./_includes/feed.liquid" %} {% block title %}All posts • Cory Dransfeldt{% endblock %} {% block self %}all.xml{% endblock %} {% block update %}{{ collections.posts | rssLastUpdatedDate }}{% endblock %} {% block entries %} {% assign posts = collections.posts | reverse %} {% for post in posts %} {{ post.data.title }} {{ post.date | date: "%m.%d.%Y" }} {{ site.url }}{{ post.url }} {{ post.data.post_excerpt | markdown }} {% endfor %} {% endblock %}