Remove unused variable

This commit is contained in:
Will Faught
2022-12-17 22:40:06 -08:00
parent b36c1b47cd
commit 1f2551e5ce

View File

@@ -1,6 +1,5 @@
{{ if .Pages }}
{{ if .Params.paige_show_full_pages }}
{{ $page := . }}
{{ $p := .Paginate .Pages }}
{{ range $p.Pages }}
{{ partial "paige-article.html" . }}