Rename paige.page to paige.pages

This commit is contained in:
Will Faught
2025-02-08 15:04:53 -08:00
parent 9d1a0a4229
commit 1403b769cd
11 changed files with 35 additions and 35 deletions

View File

@@ -5,7 +5,7 @@
{{ $first := templates.Exists "partials/paige/footer-first.html" }}
{{ $last := templates.Exists "partials/paige/footer-last.html" }}
{{ $license := $page.Param "paige.license" | markdownify | and ($page.Param "paige.site.disable_license" | not) }}
{{ $microdata := $page.Params.paige.page.microdata }}
{{ $microdata := $page.Params.paige.pages.microdata }}
{{ if $credit }}
{{ $credit = markdownify $credit }}