Rename paige.pages.max_width to full_width

This commit is contained in:
Will Faught
2025-02-25 22:29:08 -08:00
parent 1e5e5435b0
commit 1b1575372e
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
{{ $expired := and $page.ExpiryDate (lt $page.ExpiryDate now) }}
{{ $future := and $page.PublishDate (gt $page.PublishDate now) }}
{{ $microdata := $page.Params.paige.pages.microdata }}
{{ $min := $page.Param `paige.pages.max_width` | not }}
{{ $min := $page.Param `paige.pages.full_width` | not }}
{{ $modified := and $page.PublishDate $page.Lastmod (lt $page.PublishDate $page.Lastmod) }}
{{ if $draft }}