--- layout: none --- {{ site.name | xml_escape }} {{ site.description | xml_escape }} {{ site.baseurl }} {% for post in site.posts limit:10 %} {{ post.title | xml_escape }} {{ post.content | xml_escape }} {{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }} {{ post.url | prepend: site.baseurl }} {{ post.url | prepend: site.baseurl }} {% endfor %}