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