From 1f2551e5ceb3c56bc4cedad9bb00ce1a982b0ad4 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 17 Dec 2022 22:40:06 -0800 Subject: [PATCH] Remove unused variable --- layouts/partials/paige-pages.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/partials/paige-pages.html b/layouts/partials/paige-pages.html index 84264cc1..fadabcf7 100644 --- a/layouts/partials/paige-pages.html +++ b/layouts/partials/paige-pages.html @@ -1,6 +1,5 @@ {{ if .Pages }} {{ if .Params.paige_show_full_pages }} -{{ $page := . }} {{ $p := .Paginate .Pages }} {{ range $p.Pages }} {{ partial "paige-article.html" . }}