---
title: Blog Posts
{% for post in site.posts %}
* [{{post.date | date: "%Y %B %-d"}}: {{post.title}}]({{post.url}})
{% endfor %}