Structure initiale
This commit is contained in:
26
src/changelog.html
Normal file
26
src/changelog.html
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
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="/">< 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 -%}
|
||||
Reference in New Issue
Block a user