--- layout: none --- {{ site.name | xml_escape }} {{ site.description | xml_escape }} {{ site.footer-links.rss }} {% 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" }} {{ site.footer-links.rss }}/{{ post.url }} {{ site.footer-links.rss }}/{{ post.url }} {% endfor %}