feat: improve header of article

This commit is contained in:
Ungol 2025-12-23 22:27:51 +01:00
parent aaa91838ee
commit 2f689df458
3 changed files with 24 additions and 9 deletions

View file

@ -4,7 +4,10 @@
<article>
<section class=title>
<h1 class=title>{{ page.title }}</h1>
<p class=subtitle>{{ page.date }}</p>
{% if page.description %}
<p class=subtitle>{{ page.description }}</p>
{% endif %}
<p class=metadata>par {{ page.authors | join(sep=', ') }} le {{ page.date }}{% if page.updated %} (mise à jour : {{ page.updated }}){% endif %}</p>
</section>
<section>
{{ page.content | safe }}