Remove paige.copyright config

This commit is contained in:
Will Faught
2025-02-07 23:44:23 -08:00
parent 05f7d48349
commit 077bd3eac7
3 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{{ $page := . }}
{{ $copyright := $page.Param "paige.copyright" | default site.Copyright | markdownify | and ($page.Param "paige.site.disable_copyright" | not) }}
{{ $copyright := site.Copyright | markdownify | and ($page.Param "paige.site.disable_copyright" | not) }}
{{ $credit := $page.Param "paige.credit" }}
{{ $first := templates.Exists "partials/paige/footer-first.html" }}
{{ $last := templates.Exists "partials/paige/footer-last.html" }}