From c54149ef8d8491a5f3b0308122d3ed8658eaf35f Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 23 Feb 2025 10:41:36 -0800 Subject: [PATCH] Explain what linked param does --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2a900dd..b132576f 100644 --- a/README.md +++ b/README.md @@ -532,7 +532,7 @@ Parameters:
justify
Optional. String. Main axis space distribution. Must be around, between, center, end, evenly, or start.
linked
-
Optional. Boolean or string. If it is a string, it is Hugo image processing methods and options, mixed together, for the linked 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. If it is a Boolean, it is unprocessed. Must be a Boolean for raster images.
+
Optional. Boolean or string. Wraps the image in an anchor. If it is a string, it is Hugo image processing methods and options, mixed together, for the linked 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. If it is a Boolean, it is unprocessed. Must be a Boolean for raster images.
loading
Optional. String. Must be eager (default) or lazy.
maxheight