diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 1d76d1a..ef87dce 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -7,21 +7,23 @@ - {{ if eq .File.Dir "/" }} - - Histoire - L'association - Actualités - Galerie - - {{ end }} - {{ if not (eq .File.Dir "/") }} - - Actualités - L'association - Histoire - Galerie - + {{ with .File }} + {{ if eq .Dir "/" }} + + Histoire + L'association + Actualités + Galerie + + {{ end }} + {{ if not (eq .Dir "/") }} + + Actualités + L'association + Histoire + Galerie + + {{ end }} {{ end }}