From 14fbab198ea66ef6a6dc5c6be0038a04a780a293 Mon Sep 17 00:00:00 2001 From: Anne-Sophie Tranchet Date: Thu, 15 Feb 2024 09:32:00 +0100 Subject: [PATCH 1/2] Add alternative to meaningfull icons --- site/layouts/defis/single.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/layouts/defis/single.html b/site/layouts/defis/single.html index afacdc3..39ef152 100755 --- a/site/layouts/defis/single.html +++ b/site/layouts/defis/single.html @@ -42,11 +42,11 @@

{{ .Title }}

{{ .Params.who }}

- {{ if .Params.place }} {{ .Params.place }} | {{ end }} {{ + Localisation {{ if .Params.place }} {{ .Params.place }} | {{ end }} {{ .Params.town }}

- + Expertises {{ range $index, $exp := .Params.expertises }}{{ if gt $index 0 }}, {{ end }}{{ . }}{{ end }}

From 8cc0e03e96631e793175da2884df9965cf7a2cd3 Mon Sep 17 00:00:00 2001 From: Anne-Sophie Tranchet Date: Thu, 15 Feb 2024 09:33:15 +0100 Subject: [PATCH 2/2] Page title should have the unique bit appearing first --- site/layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/layouts/partials/head.html b/site/layouts/partials/head.html index 09055a7..0b4bea0 100755 --- a/site/layouts/partials/head.html +++ b/site/layouts/partials/head.html @@ -1,6 +1,6 @@ - {{ $.Site.Title }} - {{ .Title }} + {{ .Title }} - {{ $.Site.Title }} {{ $stylesheet := .Site.Data.webpack.main }} {{ with $stylesheet.css }}