---
layout: default
title: lumberjaph.net
---
{% for post in site.posts reverse limit:10 %}
{% capture date %}{{ post.date }}{% endcapture %}
{% capture this_year %}{{ date | date: "%Y" }}{% endcapture %}
{% unless year == this_year %}
{% assign year = this_year %}
{% unless forloop.first %}
{% endunless %}
{{ date | date: "%Y" }}
{% endunless %}
// {{ date | date: "%b %e " }} ‐ {{ post.summary }}
{% endfor %}
{% include footer.html %}