diff --git a/layouts/index.html b/layouts/index.html
index 3d97023..914f8a6 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -43,7 +43,7 @@
Projects
- {{ range first 6 (where .Data.Pages.ByDate "Kind" "projects") }}
+ {{ range first 6 (where .Data.Pages.ByDate "Section" "projects") }}
{{ if ne .Section "" }}
{{ partial "box.html" . }}
{{ end }}