website/_src/pages/changelog.html

11 lines
212 B
HTML
Raw Normal View History

2025-06-11 09:36:54 +03:00
---
title: "Changelog"
order: 2
2025-09-09 18:12:57 +03:00
icon: "M10 25H21V22H10Zm4-13H10v3h4v4h3V15h4V12H17V8H14ZM5 3H20l7 7V30H5Z"
2025-06-11 09:36:54 +03:00
---
{%for update in collections.updates reversed%}
<article>
2025-09-11 19:30:58 +03:00
{{ update.content }}
2025-06-11 09:36:54 +03:00
</article>
{%endfor%}