Ajout de couleurs css

This commit is contained in:
2023-10-06 05:14:12 +02:00
parent 4f4a9bc5bf
commit 62e21ce417
13 changed files with 321 additions and 177 deletions

View File

@@ -2,7 +2,7 @@
{% import "post_macros.html" as post_macros %}
{% block content %}
<h1> {{ page.title }} </h1>
<h2 class="titre" > {{ page.title }} </h2>
<h2 class="description"> {{ post_macros::polish(content=page.description) }} </h2>
<hr />
{{ post_macros::polish(content=page.content) }}