--- layout: default title: pages.blog.title description: pages.blog.description --- {% tf blog/header.html %}
{% include pagination_navigation_all.html %} {% for post in paginator.posts %}
{% if post.image %} {% endif %}

{{ post.title }}

{{ post.date | date: "%b %d, %Y" }}
{{ post.excerpt | strip_html | truncatewords: 50 }}

{% endfor %} {% include pagination_navigation_all.html %}