diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 9725dcb..bfb0911 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -16,7 +16,9 @@ {{ .Site.Title }} - Blog + {{ if ne (len (where .Site.RegularPages "Section" "blog")) 0 }} + Blog + {{ end }} {{ range .Site.Sections }} {{ range first 1 (where .Pages "Section" "ne" "")}} {{ if ne .Section "blog"}}