This commit is contained in:
onomanapeia 2024-11-15 17:08:16 -06:00
parent f47f61c8d1
commit 72798d74a2

View file

@ -7,12 +7,10 @@ layout: none
<title>peachmoon.moe blog and updates</title> <title>peachmoon.moe blog and updates</title>
<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>
<!-- Combine blog posts and updates -->
{% assign all_posts = site.posts | concat: site.collections.updates.docs %} {% assign all_posts = site.posts | concat: site.collections.updates.docs %}
{% assign sorted_posts = all_posts | sort: 'date' %} {% assign sorted_posts = all_posts | sort: 'date' %}
{% for post in sorted_posts %} {% for post in sorted_posts %}
{% unless post.draft %} {% unless post.draft %}
<item> <item>
@ -26,4 +24,5 @@ layout: none
{% endunless %} {% endunless %}
{% endfor %} {% endfor %}
</channel> </channel>
</rss>
</rss> </rss>