From 72798d74a2c0d58a0101cebf4affe60be6e8d772 Mon Sep 17 00:00:00 2001 From: onomanapeia Date: Fri, 15 Nov 2024 17:08:16 -0600 Subject: [PATCH] rss fix --- atom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/atom.xml b/atom.xml index 6eb93ce..6ab0c35 100644 --- a/atom.xml +++ b/atom.xml @@ -7,12 +7,10 @@ layout: none peachmoon.moe blog and updates site updates and blog posts by mana {{ site.url }} - - + {% assign all_posts = site.posts | concat: site.collections.updates.docs %} {% assign sorted_posts = all_posts | sort: 'date' %} - {% for post in sorted_posts %} {% unless post.draft %} @@ -26,4 +24,5 @@ layout: none {% endunless %} {% endfor %} + \ No newline at end of file