--- id: all layout: blog category: blog ---

All Posts

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

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

{% endfor %}