Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 479 Bytes

File metadata and controls

32 lines (24 loc) · 479 Bytes
layout page
title Archive
comments true
sharing true
footer true
    {% assign year = "" %}

    {% for post in site.posts %} {% capture newyear %}{{ post.date | date: "%Y" }}{% endcapture%} {% if newyear != year %} {% if year != "" %}

{% endif %}

{{ newyear }}

    {% assign year = newyear %} {% endif %}

    {{ post.date | date: "%Y-%m-%d" }} {{ post.title }}
    {% endfor %}