--- layout: page_column title: "Blog" heading: "Blog" subheading: "sorted by date" ---
{% for post in site.posts %} {% assign postyear = post.date | date: "%Y" %} {% ifchanged postyear %} {% endifchanged %} {% endfor %}

{{ postyear }}

{{ post.title }} {% for tag in post.tags %} {{ tag }} {% endfor %} {{ post.date | date: "%-d %b %Y" }}