--- title: Blog layout: default sectionid: blog permalink: allposts.html ---

All Posts

{% for page in site.posts %}

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

{% endfor %}