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 ++++++++++---------- templates/partials/nav.html | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'templates') 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 + diff --git a/templates/partials/nav.html b/templates/partials/nav.html index 03cfa64..43544ef 100644 --- a/templates/partials/nav.html +++ b/templates/partials/nav.html @@ -3,7 +3,7 @@
  • Accueil
  • Publications
  • Enseignements
  • -
  • Glossaire
  • +
  • Présentations
  • -- cgit v1.2.3