diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 46aaef9..9725dcb 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -24,7 +24,7 @@ {{ end }} {{ end }} {{ end }} - {{ range where .Site.Pages "Section" ""}} + {{ range where .Site.RegularPages "Section" ""}} {{ if ne .Title "Home"}}
  • {{ .Title }}
  • {{ end }}