From f5122df4c7231ed834fe5cd9bec2da9fb543d56e Mon Sep 17 00:00:00 2001 From: Simon C Date: Mon, 9 Mar 2020 16:19:02 +0100 Subject: [PATCH] feat: Modifie le nom des liens --- layouts/index.html | 2 +- layouts/partials/header.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index b035676..7d3c22c 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -3,7 +3,7 @@ {{ $pages := .Resources.ByType "page" }} {{ range sort $pages "Params.weight" }}
- {{ with .File }}

{{ end }} + {{ with .File }}

{{ end }}

{{ .Content }}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 09d0176..c89bad1 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -10,7 +10,7 @@ {{ range sort $pages "Params.weight" }} {{ if .Title }}
  • - {{ .Title }} + {{ .Title }}
  • {{ end }} {{ end }}