{{-post.title-}}
{% if post.subtitle-%}{{-post.subtitle-}}
{%-endif %}{{-post.excerpt | strip_html-}}
{%-include tags.html %}{%-assign peeps = site.collections | where: "label", 'people' | first-%}
{%-assign placeholder = site.static_files | where: 'name', 'placeholder.png' | first-%}
{% if paginator.posts != nil and site.paginate %}
{% assign posts = paginator.posts %}
{% elsif page.layout == "page" %}
{% assign posts = site.posts %}
{% else %}
{% assign posts = page.posts %}
{% endif %}
{% for post in posts %}
{{-post.subtitle-}} {{-post.excerpt | strip_html-}}{{-post.title-}}
{% if post.subtitle-%}