diff --git a/layouts/index.html b/layouts/index.html
index 0aaf263..4b826a1 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -45,7 +45,7 @@
{{ end }}
{{/* As above, Use $section_name to get the section title, and URL. Use "with" to only show it if it exists */}}
- {{ with .Site.GetPage "section" $section_name }}
+ {{ with $.Site.GetPage "section" $section_name }}
{{ i18n "allTitle" . }}
{{ end }}