diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 274534c..fbbe78f 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -6,9 +6,9 @@ {{ if .IsPage }} -
+
{{ else }} -
+
{{ end }}
@@ -27,7 +27,7 @@ {{ end }} {{ end }} {{ range where .Site.RegularPages "Section" ""}} - {{ if ne .Title "Home"}} + {{ if and (ne .Title "License") (ne .Title "Home")}}
  • {{ .Title }}
  • {{ end }} {{ end }} @@ -41,12 +41,16 @@
    + {{ if .Site.Params.copyright }} + {{ .Site.Params.copyright}} + {{ end }} + {{ if .Site.Params.github }} {{ end }} - + {{ if .Site.Params.twitter }}