--- layout: default --- {% for post in site.posts %}

{{ post.title }} {% if post.link %} {% endif %}

{% if post.author %} {% assign author = site.data.authors[post.author] %} {% else %} {% assign author = site.owner %} {% endif %}
{% if post.excerpt %}

{{ post.excerpt }}

{% endif %} {% if post.image.feature %}
{{ post.title }} feature image {% if post.image.credit %} Photo Credit: {{ post.image.credit }} {% endif %}
{% endif %}
{% endfor %}