--- layout: null --- {% if site.title %} {{ site.title | xml_escape }} {% endif %} {% if site.rss-description %} {{ site.rss-description | xml_escape }} {% endif %} {{ '' | absolute_url }} {% assign excerpt_length = site.excerpt_length | default: 50 %} {% 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: excerpt_length }} {{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }} {{ post.url | absolute_url }} {{ post.url | absolute_url }} {% endfor %}