---
layout: default
---
{% if paginator %}
{% for post in paginator.posts %}
-
{{ post.date | jdate: "%A %d %b %Y" | habify }}
{{ post.content | strip_html | truncatewords: 35 }}
{% endfor %}
{% else %}
{% for post in site.posts %}
-
{{ post.date | jdate: "%A %d %b %Y" | habify }}
{{ post.content | strip_html | truncatewords: 35 }}
{% endfor %}
{% endif %}