Move paige.hide_credit_{data,link} to credit.{data,link}.hide

This commit is contained in:
Will Faught
2023-02-05 19:40:54 -08:00
parent 9640d143f0
commit 925cb18075
3 changed files with 7 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{{ $page := . }}
{{ $copyright := site.Copyright }}
{{ $credit := $page.Param "paige.hide_credit_link" | not }}
{{ $credit := $page.Param "paige.credit.link.hide" | not }}
{{ $first := templates.Exists "partials/paige/footer-first.html" }}
{{ $last := templates.Exists "partials/paige/footer-last.html" }}