website/_src/pages/changelog.html

9 lines
118 B
HTML
Raw Normal View History

2025-06-11 09:36:54 +03:00
---
order: 2
---
{%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%}