From 7690db5f118c428e97e5e5476decdeef9982fc8f Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 25 Apr 2023 16:25:38 -0700 Subject: [PATCH] Indicate default with parentheses --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c4c0350..c3c7841c 100644 --- a/README.md +++ b/README.md @@ -482,7 +482,7 @@ Parameters:
process
Optional. String. Hugo image processing methods and options, mixed together, for the displayed image. If no method is specified, resize is used. If no image dimensions are specified, the originals are used. If it is default, the default options are used.
type
-
Optional. String. Type of layout. Grid and rows layouts use the horizontal axis as the main axis, and the vertical axis as the cross axis. Must be grid or rows. Default is rows.
+
Optional. String. Type of layout. Grid and rows layouts use the horizontal axis as the main axis, and the vertical axis as the cross axis. Must be grid or rows (default).
width
Optional. String. CSS value. Image width.