Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 530 Bytes

File metadata and controls

20 lines (16 loc) · 530 Bytes
layout default
title news archive
permalink news.html
noToc true

News Archive

This is an archive of all of the news posts that have ever appeared.

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

    {{ year }}

    {% endif %} {% capture oldyear %}{{ year }}{% endcapture %}
  • {{ post.date | date_to_string }}
    » {{ post.title }}
  • {% endfor %}