diff --git a/layouts/partials/post_nav_links.html b/layouts/partials/post_nav_links.html
index c52fbfa..05e68a3 100644
--- a/layouts/partials/post_nav_links.html
+++ b/layouts/partials/post_nav_links.html
@@ -3,7 +3,6 @@
{{- if .Section }}
{{- $sections = slice .Section }}
{{- end }}
-{{ $sections }}
{{- $pages := where (where site.RegularPages "Section" "in" $sections) "Params.hidden" "!=" true }}
{{- if and (gt (len $pages) 1) (in $pages . ) }}