This commit is contained in:
+9
-9
@@ -7,16 +7,16 @@
|
|||||||
{{ with or (.Param "author") (.Site.Param "author") }}{{ . }}{{ end }}
|
{{ with or (.Param "author") (.Site.Param "author") }}{{ . }}{{ end }}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{{ with .ReadingTime }}
|
{{ with .ReadingTime }}
|
||||||
<p id="reading-time">Temps de lecture estimé : {{ . }} minute(s).</p>
|
<p id="reading-time">Temps de lecture estimé : {{ . }} minute(s).</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{/* Pourquoi 32, bah pourquoi pas ? */}}
|
{{/* Pourquoi 32, bah pourquoi pas ? */}}
|
||||||
{{/* Non, en vrai ça semble être le taille d'une table des matières vide.*/}}
|
{{/* Non, en vrai ça semble être le taille d'une table des matières vide.*/}}
|
||||||
{{ if gt (len .TableOfContents) 32}}
|
{{ if gt (len .TableOfContents) 32}}
|
||||||
<p>Table des matières :</p>
|
<p>Table des matières :</p>
|
||||||
{{ .TableOfContents }}
|
{{ .TableOfContents }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user