---
layout: 2col
title: site updates
permalink: /updates/
menu: home
menu-title: updates
show_footer: true
---
{% for update in site.posts %}
{% if update.path contains '/updates/' %}
- {{ update.date | date: "%Y.%m.%d" }}: {{ update.content | remove: '
' | remove: '
' }}
{% endif %}
{% endfor %}