diff --git a/layouts/index.html b/layouts/index.html
index a02d79f..a45baf7 100755
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -44,7 +44,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 }}