From e405091ca1fe354b28e984137586415ba9658966 Mon Sep 17 00:00:00 2001 From: RochDLY Date: Sun, 12 May 2024 23:29:53 +0200 Subject: modification du css + suppression glossaire + add presentations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit changement du css, ajout de la propriété height: fit-content pour la description du site et changement du partial nav.html pour remplacer glossaire par presentations --- templates/index.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 4605930..e7f2612 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,6 +5,14 @@ ${partials/header.html()} +
+
+

Billets de blog

+
+
+ ${body} +
+
${if(title)}
@@ -14,15 +22,7 @@ ${resume}
-
-
-

Billets de blog

-
-
- ${body} -
-
- ${endif} + ${endif} ${partials/footer.html()} - \ No newline at end of file + -- cgit v1.2.3