--- layout: default title: Blog --- {% for post in site.posts %}

{{ post.title }}

{{ post.date | date: "%B %-d, %Y" }}

{{ post.content }}


{% endfor %}