Combine paige.home.image_* params under paige.home.image

This commit is contained in:
Will Faught
2023-02-05 10:46:55 -08:00
parent 32694e101c
commit cce3a8d97c
3 changed files with 17 additions and 14 deletions

View File

@@ -248,9 +248,10 @@ paige:
home:
blurb: "There's a new daddy in town." # Displayed below the greeting
greeting: "You know best" # Displayed below the image
image_raw: true # Do not copy or process the image
image_stretch: true # Stretch the image fully horizontally if true; center the image otherwise
image_url: "me.jpg" # A page, site, or remote resource glob
image:
raw: true # Do not copy or process the image
stretch: true # Stretch the image fully horizontally if true; center the image otherwise
url: "me.jpg" # A page, site, or remote resource glob
hide_credit_data: true # Don't credit this project in a data attribute
hide_credit_link: true # Don't credit this project in the footer
list:
@@ -375,9 +376,10 @@ paige:
home:
blurb: "There's a new daddy in town." # Displayed below the greeting
greeting: "You know best" # Displayed below the image
image_raw: true # Do not copy or process the image
image_stretch: true # Stretch the image fully horizontally if true; center the image otherwise
image_url: "me.jpg" # A page, site, or remote resource glob
image:
raw: true # Do not copy or process the image
stretch: true # Stretch the image fully horizontally if true; center the image otherwise
url: "me.jpg" # A page, site, or remote resource glob
```
Additional optional list page parameters: