Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 503 Bytes

archive.md

File metadata and controls

14 lines (14 loc) · 503 Bytes
layout title date
page
Blog Archives
2016-12-01 00:01

{% capture written_year %}'None'{% endcapture %} {% for post in site.posts %} {% capture year %}{{ post.date | date: '%Y' }}{% endcapture %} {% if year != written_year %}

{{ year }}

{% capture written_year %}{{ year }}{% endcapture %} {% endif %}

{{ post.title }} {{ post.date | date: "%B %-d" }}

{{ post.excerpt | strip_html | truncate: 160 }}

{% endfor %}