From 71e679e4ab2771248320d8f046621765ed799bc8 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 23 Jan 2023 21:48:30 -0800 Subject: [PATCH] Add code semantics to false values --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e80198e8..507a2ed0 100644 --- a/README.md +++ b/README.md @@ -545,7 +545,7 @@ Parameters:
options
Optional. String. Hugo image processing options. Must be specified with method. See the options.
raw
-
Optional. Boolean. Whether to reference an image without copying it. Default is false.
+
Optional. Boolean. Whether to reference an image without copying it. Default is false.
src
Required. Position 0. String. URL. Image source.
title
@@ -625,7 +625,7 @@ Parameters:
options
Optional. String. Hugo image processing options. Default is 550x webp picture Lanczos. See the options.
raw
-
Optional. Boolean. Whether to reference an image without copying it. Default is false.
+
Optional. Boolean. Whether to reference an image without copying it. Default is false.
type
Optional. String. Type of layout. Grid and list layouts use the horizontal axis as the main axis, and the vertical axis as the cross axis. Must be grid or list. Default is list.
width