From deb675dacea8df81c0c3d027322e8d486d6b52e6 Mon Sep 17 00:00:00 2001 From: Reorx Date: Thu, 8 Sep 2022 02:37:44 +0800 Subject: [PATCH] clear debug code --- layouts/partials/post_nav_links.html | 1 - 1 file changed, 1 deletion(-) 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 . ) }}