layout default title Updates permalink /updates/ Updates {% for post in site.posts %} {{ post.title }} {{ post.date | date: "%-d %B %Y" }} {% if post.tags %} · {{ post.tags[0] }} {% endif %} {% if post.description %} {{ post.description }} {% endif %} {% endfor %}