This commit is contained in:
onomanapeia 2024-11-15 17:11:28 -06:00
parent 72798d74a2
commit 6789d91778

View file

@ -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 %}