diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 7d07e7b..b730f18 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,56 +1,61 @@ {{ $headerConfig := .Site.Params.header }} - - - - - - {{ with $headerConfig.logo }} - - {{ else }} - {{ .Site.Title }} - {{ end }} - {{ if .Site.Title }} - {{ .Site.Title }} - {{ end }} - - - - - {{ range .Site.Menus.main }} - {{ .Name }} - {{ end }} - - - - {{ if not $headerConfig.hideButtons }} - - {{ with $headerConfig.buttons.signIn }} - - {{ .text | default "Sign in" }} + + + + + + + + {{ with $headerConfig.logo }} + + {{ else }} + {{ .Site.Title }} + {{ end }} + {{ if .Site.Title }} + {{ .Site.Title }} + {{ end }} - {{ end }} - - {{ with $headerConfig.buttons.getStarted }} - - {{ .text | default "Get Started" }} - - {{ end }} - - {{ end }} - - - - - - - + + + {{ range .Site.Menus.main }} + {{ .Name }} + {{ end }} + + + + {{ if not $headerConfig.hideButtons }} + + {{ with $headerConfig.buttons.signIn }} + + {{ .text | default "Sign in" }} + + {{ end }} + + {{ with $headerConfig.buttons.getStarted }} + + {{ .text | default "Get Started" }} + + {{ end }} + + {{ end }} + + + + + + + + + + + - - + + {{ range .Site.Menus.main }} - {{ .Name }} + {{ .Name }} {{ end }} {{ if not $headerConfig.hideButtons }} @@ -70,5 +75,20 @@ {{ end }} - - + + + +