diff --git a/layouts/partials/seriesnav.html b/layouts/partials/seriesnav.html
index a07ab46..a59c531 100644
--- a/layouts/partials/seriesnav.html
+++ b/layouts/partials/seriesnav.html
@@ -1,12 +1,13 @@
+{{- $page := . -}}
{{ $term := index (.GetTerms "series") 0 }}
{{ with $term }}
{{- /* No idea why the 'Reverse' is needed? */ -}}
{{ $pages := (site.Taxonomies.series.Get .Data.Term).Pages.ByDate.Reverse }}