From d5933deec05d9dbb6d28ada03f82d8bf804abb3d Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 5 Mar 2025 16:08:59 -0800 Subject: [PATCH] Fix linked args --- example/content/shortcodes/image.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" >}} ---