website/_src/pages/changelog.html
2025-09-11 19:30:58 +03:00

11 lines
No EOL
212 B
HTML

---
title: "Changelog"
order: 2
icon: "M10 25H21V22H10Zm4-13H10v3h4v4h3V15h4V12H17V8H14ZM5 3H20l7 7V30H5Z"
---
{%for update in collections.updates reversed%}
<article>
{{ update.content }}
</article>
{%endfor%}