2021-03-19 11:29:11 +00:00
|
|
|
---
|
|
|
|
layout: base.html
|
|
|
|
title: Changelog - Sans.pub
|
|
|
|
---
|
|
|
|
|
2021-03-19 19:20:48 +00:00
|
|
|
<div class="max-w-xl mx-auto mt-20 px-4 md:px-0">
|
2021-03-19 11:29:11 +00:00
|
|
|
<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="/">< Retourner à l'accueil</a>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{%- for changelog in collections.changelog -%}
|
|
|
|
<hr class="w-11/12 border-gray-200 mx-auto my-16" />
|
2021-03-19 19:20:48 +00:00
|
|
|
<section class="my-6 mx-auto px-4 md:px-0 md:max-w-xl">
|
|
|
|
<p
|
|
|
|
class="text-gray-500 text-sm font-extralight md:-ml-32 md:absolute md:pt-1 mt-3"
|
|
|
|
>
|
2021-03-19 11:29:11 +00:00
|
|
|
{{changelog.data.date | readableDate}}
|
|
|
|
</p>
|
2021-03-19 19:20:48 +00:00
|
|
|
<h2 class="mb-8 text-4xl font-bold">{{ changelog.data.title }}</h2>
|
2021-03-19 11:29:11 +00:00
|
|
|
|
2021-03-19 19:20:48 +00:00
|
|
|
<div class="markdown">{{changelog.templateContent}}</div>
|
|
|
|
</section>
|
2021-03-19 11:29:11 +00:00
|
|
|
{%- endfor -%}
|
2021-03-19 19:20:48 +00:00
|
|
|
|
|
|
|
<hr class="w-11/12 border-gray-200 mx-auto my-16" />
|
|
|
|
<p class="text-center underline my-16 font-bold text-2xl">
|
|
|
|
<a href="/">Retourner à l'accueil</a>
|
|
|
|
</p>
|