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

View file

@ -8,11 +8,9 @@ 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>
<!-- 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>
@ -27,3 +25,4 @@ layout: none
{% endfor %} {% endfor %}
</channel> </channel>
</rss> </rss>
</rss>