chore: clean up feeds
This commit is contained in:
parent
52a69ee43f
commit
c351f6946d
12 changed files with 317 additions and 236 deletions
|
@ -2,9 +2,9 @@
|
|||
layout: null
|
||||
permalink: /feed.xml
|
||||
---
|
||||
{% layout "./_includes/feed.liquid" %}
|
||||
{% layout "./_includes/feeds/feed.liquid" %}
|
||||
{% block title %}All posts • Cory Dransfeldt{% endblock %}
|
||||
{% block self %}all.xml{% endblock %}
|
||||
{% block self %}feed.xml{% endblock %}
|
||||
{% block update %}{{ collections.posts[0].date | date: "%Y-%m-%dT%H:%M:%S-08:00" }}{% endblock %}
|
||||
{% block entries %}
|
||||
{% assign posts = collections.posts | reverse %}
|
||||
|
|
Reference in a new issue