--- title: Blog layout: default sectionid: blog id: all-posts ---

All Posts

{% for page in site.posts %} {% assign author = site.data.authors[page.author] %}

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

{% endfor %}