---
layout: page
title: News
permalink: /news/
---
{% for post in site.posts limit:4 %}
{% include news_item.html %}
{% endfor %}
All posts:
{% for post in site.posts %}
- {{ post.date | date_to_long_string }} {{ post.title }}
{% endfor %}
Be up to date with the RSS feed