rss fix
This commit is contained in:
parent
72798d74a2
commit
6789d91778
1 changed files with 3 additions and 2 deletions
5
atom.xml
5
atom.xml
|
@ -7,8 +7,9 @@ layout: none
|
|||
<title>peachmoon.moe blog and updates</title>
|
||||
<description>site updates and blog posts by mana</description>
|
||||
<link>{{ site.url }}</link>
|
||||
|
||||
{% assign all_posts = site.posts | concat: site.collections.updates.docs %}
|
||||
|
||||
{% assign updates_posts = site.collections.updates.docs | default: [] %}
|
||||
{% assign all_posts = site.posts | concat: updates_posts %}
|
||||
{% assign sorted_posts = all_posts | sort: 'date' %}
|
||||
|
||||
{% for post in sorted_posts %}
|
||||
|
|
Loading…
Add table
Reference in a new issue