# Blog {% for post in site.posts %}
{{ post.date | date: "%-d" }}
{{ post.date | date: "%B %Y" }}
{{ post.excerpt }}
{% endfor %}