diff --git a/updates.html b/updates.html
index 54981ce..8f3e2dc 100644
--- a/updates.html
+++ b/updates.html
@@ -7,7 +7,9 @@ menu-title: updates
show_footer: true
---
- {% for update in site.updates reversed %}
+ {% for update in site.posts %}
+ {% if update.path contains '/updates/' %}
- {{ update.date | date: "%Y.%m.%d" }}: {{ update.content | remove: '
' | remove: '
' }}
+ {% endif %}
{% endfor %}