--- layout: null --- {% if site.title %} {{ site.title | xml_escape }} {% endif %} {% if site.description %} {{ site.description | xml_escape }} {% endif %} {{ '' | absolute_url }} {% for post in site.posts limit:20 %} {{ post.title | xml_escape }} {% if post.subtitle %}{{ post.subtitle | xml_escape }} - {% endif %} {{ post.content | strip_html | xml_escape | truncatewords: 50 }} {{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }} {{ post.url | absolute_url }} {{ post.url | absolute_url }} {% endfor %}