diff --git a/example/content/shortcodes/image.md b/example/content/shortcodes/image.md index 223e6a3b..61180b15 100644 --- a/example/content/shortcodes/image.md +++ b/example/content/shortcodes/image.md @@ -99,12 +99,12 @@ Result: Code: ```go-html-template -{{}} +{{}} ``` Result: -{{< paige/image linked="unprocessed" src="https://images.unsplash.com/photo-1490604001847-b712b0c2f967?w=1296" >}} +{{< paige/image linked=true src="https://images.unsplash.com/photo-1490604001847-b712b0c2f967?w=1296" >}} ---