{{- $allSections := where .Site.Pages "Kind" "section" -}} {{- $allSections = where $allSections "RelPermalink" "!=" "/" -}} {{- $leafSections := slice -}} {{- range $allSections -}} {{- if eq (len .Sections) 0 -}} {{- $leafSections = $leafSections | append . -}} {{- end -}} {{- end -}} {{- $lastMod := .Site.Lastmod | time.Format "02/01/2006" -}}

Statistiques