{% include head.html %}
{% include navigation.html %}
{% for post in site.posts %}

{{ post.title }}

{{ post.date | date: "%b %-d, %Y" }} by {{ post.author }}

{{ post.excerpt }}
{% endfor %} {% include js.html %}