website/_src/pages/changelog.html

9 lines
No EOL
118 B
HTML

---
order: 2
---
{%for update in collections.updates reversed%}
<article>
{{ update.content }}
</article>
{%endfor%}