From b728ac91a7deeb7209d2f6004727b2367e2879a9 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 5 Mar 2023 14:29:56 -0800 Subject: [PATCH] Fix paige.home.image.raw doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 297c3919..bf506a03 100644 --- a/README.md +++ b/README.md @@ -315,7 +315,7 @@ paige: image: alt: "" # Image alt height: "" # CSS unit; image height - raw: false # Do not copy or process the file + raw: false # Do not copy the file stretch: false # Stretch the image fully horizontally if true; center the image otherwise url: "" # Local or remote resource glob width: "" # CSS unit; image width