{{ post.title }}
{% else %}{{ post.title }}
{{ post.excerpt | markdownify | strip_html | strip_newlines | escape_once }}
{% endif %}--- layout: archive permalink: /year-archive/ title: "Posts by Year" --- {% include absolute-url.liquid %} {% capture written_year %}'None'{% endcapture %} {% for post in site.posts %} {% capture year %}{{ post.date | date: '%Y' }}{% endcapture %} {% if year != written_year %}
{{ post.excerpt | markdownify | strip_html | strip_newlines | escape_once }}
{% endif %}