diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index f328f43..99dff7e 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -19,7 +19,7 @@
{{ if ne (len (where .Site.RegularPages "Section" "blog")) 0 }}
Blog
{{ end }}
- {{ range .Site.Sections }}
+ {{ range $.Site.Home.Sections }}
{{ range first 1 (where .Pages "Section" "ne" "")}}
{{ if ne .Section "blog"}}
{{ .Section }}