--- title: Home layout: default ---
{% for post in paginator.posts %}

{{ post.title }}

{{ post.excerpt | strip_html | strip_newlines | truncatewords: 45 }}
{{ post.date | date: '%F'}}
{{ post.date | date: '%Z'}}
{% endfor %} {% if paginator.total_pages > 1 %} {% endif %}