--- layout: none --- peachmoon.moe blog and updates site updates and blog posts by mana {{ site.url }} {% assign updates_posts = site.collections['updates'].docs | default: [] %} {% assign all_posts = site.posts | merge: updates_posts %} {% assign sorted_posts = all_posts | sort: 'date' %} {% for post in sorted_posts %} {% unless post.draft %} {{ post.title | xml_escape }} {{ post.collection }} {{ post.content | xml_escape }} {{ post.date | date_to_xmlschema }} {{ post.url | prepend: site.url }} {{ post.url | prepend: site.url }} {% endunless %} {% endfor %}