diff --git a/layouts/partials/page_header.html b/layouts/partials/page_header.html
index 534f5cc..323fb6e 100644
--- a/layouts/partials/page_header.html
+++ b/layouts/partials/page_header.html
@@ -7,22 +7,22 @@
{{ range .Site.Menus.main }}
-
- {{ .Name }}
+ {{ .Name }}
{{ if in ($.Scratch.Get "sections") .Name }}
-
+
{{ end }}
{{ end }}
- {{ with .Site.Params.Author.aboutpage }}- Über
{{ end }}
+ {{ with .Site.Params.Author.aboutpage }}- Über
{{ end }}
{{ else }}
{{ range .Site.Menus.main }}
-
- {{ .Name }}
+ {{ .Name }}
{{ end }}
- {{ with .Site.Params.Author.aboutpage }}- Über
{{ end }}
+ {{ with .Site.Params.Author.aboutpage }}- Über
{{ end }}
{{ end }}