From 4087a8a4ffc9291681cfb6518c4f49497d015cc1 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Wed, 25 Mar 2026 21:42:29 +0100 Subject: [PATCH] Correction de l'indentation. --- layouts/page.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/layouts/page.html b/layouts/page.html index aa1ea43..e808824 100644 --- a/layouts/page.html +++ b/layouts/page.html @@ -7,16 +7,16 @@ {{ with or (.Param "author") (.Site.Param "author") }}{{ . }}{{ end }}

- {{ with .ReadingTime }} -

Temps de lecture estimé : {{ . }} minute(s).

- {{ end }} + {{ with .ReadingTime }} +

Temps de lecture estimé : {{ . }} minute(s).

+ {{ end }} -{{/* Pourquoi 32, bah pourquoi pas ? */}} -{{/* Non, en vrai ça semble être le taille d'une table des matières vide.*/}} -{{ if gt (len .TableOfContents) 32}} -

Table des matières :

- {{ .TableOfContents }} -{{ end }} + {{/* Pourquoi 32, bah pourquoi pas ? */}} + {{/* Non, en vrai ça semble être le taille d'une table des matières vide.*/}} + {{ if gt (len .TableOfContents) 32}} +

Table des matières :

+ {{ .TableOfContents }} + {{ end }} {{ .Content }} {{ end }}