chore: standardize formatting
This commit is contained in:
parent
e94e5a523c
commit
a0d064be6a
58 changed files with 971 additions and 1673 deletions
|
@ -5,7 +5,8 @@ permalink: /feed.xml
|
|||
{% layout "./_includes/feed.liquid" %}
|
||||
{% block title %}All posts • Cory Dransfeldt{% endblock %}
|
||||
{% block self %}all.xml{% endblock %}
|
||||
{% block update %}{{ collections.posts | rssLastUpdatedDate }}{% endblock %}
|
||||
{% block update %}
|
||||
{{ collections.posts | rssLastUpdatedDate }}{% endblock %}
|
||||
{% block entries %}
|
||||
{% assign posts = collections.posts | reverse %}
|
||||
{% for post in posts %}
|
||||
|
@ -19,4 +20,4 @@ permalink: /feed.xml
|
|||
</content>
|
||||
</entry>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
{% endblock %}
|
Reference in a new issue