--- layout: page title: "Recent updates" permalink: /website-updates/ --- {% for post in site.posts %} {% if post.categories contains 'update' %}
{{ post.date | date: "%B %d, %Y" }}
{{ post.content }}