Rename paige.edit to paige.page.edit_url

This commit is contained in:
Will Faught
2025-02-08 14:22:14 -08:00
parent e45e1b788b
commit ca3a874ec1
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{{ $page := . }}
{{ $edit := $page.Param "paige.edit" | and ($page.Param "paige.page.disable_edit" | not) }}
{{ $edit := $page.Param "paige.page.edit_url" | and ($page.Param "paige.page.disable_edit" | not) }}
{{ $first := templates.Exists "partials/paige/page-footer-first.html" }}
{{ $history := $page.Param "paige.history" | and ($page.Param "paige.page.disable_history" | not) }}
{{ $last := templates.Exists "partials/paige/page-footer-last.html" }}