diff --git a/layouts/404.html b/layouts/404.html
index 962894ee29..beef5c7999 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -7,7 +7,7 @@
{{ $sections := slice "docs" "blog" "training" "partners" "community" "case-studies" }}
{{ range $sections }}
- {{ with site.GetPage "section" . }}- {{ .Title }}
{{ end }}
+ {{ with site.GetPage "section" . }}- {{ .Title }}
{{ end }}
{{ end }}