---
layout: default
---
All Posts
{% for post in site.posts %}
{% assign currentdate = post.date | date: "%Y" %}
{% if currentdate != date %}
{% unless forloop.first %}{% endunless %}
{{ currentdate }}
{% assign date = currentdate %}
{% endif %}
- {{ post.title }} - {{ post.date | date: "%b %-d, %Y" }}
{% if forloop.last %}
{% endif %}
{% endfor %}