diff --git a/layouts/index.html b/layouts/index.html
index 74dd04e..d742e14 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -42,7 +42,7 @@
{{ if .section.template }}
{{- partial .section.template . -}}
{{ else }}
- {{- partial (printf "sections/%s.html" (replace (lower .section.name) " " "-")) . -}}
+ {{- partial (printf "sections/%s.html" (replace (lower .section.id) " " "-")) . -}}
{{ end }}