{% include head.html %}
{% include navigation.html %}
{% for post in site.posts %}
{{ post.title }}
{{ post.date | date: "%b %-d, %Y" }} by {{ post.author }}
{{ post.excerpt }}
Read on...
{% endfor %} {% include js.html %}