website/_src/pages/changelog.html

11 lines
374 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-08-10 17:05:40 +03:00
<h3><time datetime="{{update.page.fileSlug|ISO}}">{{update.page.fileSlug|readable}}</time>{%if update.data.title%}<code>{{update.data.title}}</code>{%endif%}</h3>{{ update.content }}
2025-06-11 09:36:54 +03:00
</article>
{%endfor%}