diff --git a/hugo.toml b/hugo.toml index 9939e588..6c4cd5c8 100644 --- a/hugo.toml +++ b/hugo.toml @@ -825,8 +825,9 @@ enableEmoji = true hiddenFromRelated = false # whether to enable twemoji twemoji = false - # whether to enable lightgallery - # FixIt 0.2.18 | CHANGED if set to "force", images in the content will be forced to shown as the gallery. + # FixIt 0.2.18 | CHANGED whether to enable lightgallery + # set to true, images in the content will be shown as the gallery if the image has a title, e.g. ![alt](src "title") + # set to "force", images in the content will be forced to shown as the gallery regardless of the image has a title or not, e.g. ![alt](src) lightgallery = false # whether to enable the ruby extended syntax ruby = true