--- layout: null permalink: /links.xml --- {% layout "./_includes/feed-links.liquid" %} {% block title %}Links • Cory Dransfeldt{% endblock %} {% block self %}links.xml{% endblock %} {% block update %} {{ articles | rssLastUpdatedDate }}{% endblock %} {% block entries %} {% assign links = articles | reverse %} {% for article in articles %} {{ article.content.title | escape }} {{ article.history.feed_dirty_date | date: "%m.%d.%Y" }} {{ article.content.id }} {{ article.excerpt | escape }} {% endfor %} {% endblock %}