You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
714 B
HTML

---
layout: base.html
title: Changelog - Sans.pub
---
<div class="max-w-lg mx-auto mt-20 px-4">
<h1 class="font-semibold text-6xl mb-6">Changelog</h1>
<p class="text-gray-500">
Nouveautés, mises à jour et améliorations apportées à Sans.pub
</p>
<p class="text-xs underline mt-2">
<a href="/">&lt; Retourner à l'accueil</a>
</p>
</div>
{%- for changelog in collections.changelog -%}
<hr class="w-11/12 border-gray-200 mx-auto my-16" />
<div class="max-w-lg mt-6 mx-auto">
<h2 class="text-3xl">{{ changelog.data.title }}</h2>
<p class="mb-6 text-gray-500 text-sm font-extralight">
{{changelog.data.date | readableDate}}
</p>
{{changelog.templateContent}}
</div>
{%- endfor -%}