diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 77499e3..91bd035 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -7,10 +7,10 @@
{{ if gt (len .Site.Sections) 1 }}
{{ range .Site.Sections }}
- {{ $page := . }}
+ {{ $section := . }}
{{ with .OutputFormats.Get "rss" }}
{{ end }}
@@ -18,10 +18,10 @@
{{ end }}
{{ if not (or .IsHome .IsSection) }}
- {{ $page := . }}
+ {{ $section := . }}
{{ with .OutputFormats.Get "rss" }}
{{ end }}