diff --git a/layouts/partials/page_header.html b/layouts/partials/page_header.html index f0c29fa..534f5cc 100644 --- a/layouts/partials/page_header.html +++ b/layouts/partials/page_header.html @@ -1,6 +1,6 @@ - @{{ .Site.Params.Author.handle }} {{ .Site.Title }}. + @{{ .Site.Params.Author.handle }} {{ .Site.Title }}. {{ if isset .Site.Params "rsssections" }} {{ $.Scratch.Add "sections" .Site.Params.rsssections }} @@ -13,7 +13,7 @@ {{ end }} {{ end }} - {{ with .Site.Params.Author.aboutpage }}Über{{ end }} + {{ with .Site.Params.Author.aboutpage }}Über{{ end }} {{ else }} @@ -22,7 +22,7 @@ {{ .Name }} {{ end }} - {{ with .Site.Params.Author.aboutpage }}Über{{ end }} + {{ with .Site.Params.Author.aboutpage }}Über{{ end }} {{ end }}