--- layout: default ---

{% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %}
{% for post in site.posts %} {% capture authors %} {% for id in post.authors %}, {% assign name = site.data['people'][id].first-name | default: id %}{{ name }}{% endfor %} {% endcapture %}
{% if post.image %}
{{ post.title }}
{% endif %}
{% if post.external %}

{{ post.title | escape }}

{% else %}

{{ post.title | escape }}

{% endif %}

- {{ authors | remove_first: ', ' | strip }}

{{ post.excerpt }}
{% endfor %}