Amélioration de l'affichage d'informations annexes.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{{ define "main" }}
|
||||
<h1>{{ .Title }}</h1>
|
||||
|
||||
<p id="publication-information">Publié le {{ .PublishDate }}
|
||||
{{ with or (.Param "author") (.Site.Param "author") }}{{ . }}{{ end }}</p>
|
||||
|
||||
{{/* 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}}
|
||||
|
||||
Reference in New Issue
Block a user