{% include head.html %} {% include browser-upgrade.html %} {% include navigation.html %}

{{ page.title }}

{% if page.tagline %}

{{ page.tagline }}

{% endif %}
{{ page.title }} feature image
{% include author-bio.html %}
{% for post in site.posts %} {% unless post.next %}

{{ post.date | date: '%Y' }}


{% else %} {% capture year %}{{ post.date | date: '%Y' }}{% endcapture %} {% capture nyear %}{{ post.next.date | date: '%Y' }}{% endcapture %} {% if year != nyear %}

{{ post.date | date: '%Y' }}


{% endif %} {% endunless %}

{{ post.title }}

{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}

{% endfor %}
{% include scripts.html %}