Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 685 Bytes

File metadata and controls

28 lines (26 loc) · 685 Bytes
layout default
title Updates
permalink /updates/

Updates

    {% for post in site.posts %}
  • {{ post.date | date: "%-d %B %Y" }} {% if post.tags %} · {{ post.tags[0] }} {% endif %}

    {% if post.description %}

    {{ post.description }}

    {% endif %}
  • {% endfor %}