website/_src/pages/changelog.html

10 lines
268 B
HTML
Raw Normal View History

2025-06-11 09:36:54 +03:00
---
order: 2
---
{%for update in collections.updates reversed%}
<article>
<h2><time datetime="{{update.fileSlug}}">{{update.fileSlug|readable}}</time></h2>
{%if update.data.title%}<span>{{update.data.title}}</span>{%endif%}
{{update.content}}
2025-06-11 09:36:54 +03:00
</article>
{%endfor%}