--- title: Blog sectionid: blog id: all-posts --- {% include header.html %}
{% include nav_blog.html %}

All Posts

{% for page in site.posts %}

{{ page.title }} on {{ page.date | date: "%B %e, %Y" }} by {{ page.author }}

{% endfor %}
{% include footer.html %}