--- layout: default title: pages.blog.title description: pages.blog.description --- {% include hero/blog.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 %}