--- layout: none --- {{ site.name | xml_escape }} {{ site.description | xml_escape }} {{ site.url }} {% for post in site.posts limit:1 %}{{ post.date | date_to_rfc822 }}{% endfor %} {% for post in site.posts limit:10 %} {{ post.title | xml_escape }} {% if post.author.name %} {{ post.author.name | xml_escape }} {% endif %} {{ post.content | xml_escape }} {{ post.date | date_to_rfc822 }} {{ site.url }}{{ post.url }} {{ site.url }}{{ post.url }} {% endfor %}