--- layout: null --- {{ site.title }} {{ site.description }} {{ site.url }} {% for post in site.data.wiki_pages reversed%} {% unless post.draft %} {{ post.title | xml_escape }} {{ post.description | xml_escape | truncate: 300 }} {{ post.created | date_to_xmlschema }} {{ post.url | prepend: site.url | append: '.html'}} {{ post.url | prepend: site.url | append: '.html' }} {% endunless %} {% endfor %}