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