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 }}

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 }}