--- layout: default ---

{{ page.title }}

{% for post in site.posts %}
{% picture thumb {{ post.hero | prepend: 'posts/' }} --alt {{ post.hero_alt }} --img class="feed__card--image image--{{ page.hero_focus }}" %}

Published {{ post.date | date: "%b %d, %Y" }}

{{ post.title }}

{{ post.subtitle }}

{% endfor %}