From ce24fe4e0f4becfb023de53719d00f78d37de7ed Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 23 Jan 2025 14:48:36 -0800 Subject: [PATCH] Update param.md --- content/en/shortcodes/param.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/shortcodes/param.md b/content/en/shortcodes/param.md index 70866d4ba..bff659ec1 100755 --- a/content/en/shortcodes/param.md +++ b/content/en/shortcodes/param.md @@ -27,7 +27,7 @@ params: size: medium --- -We found a {{}} shirt. +We found a {{%/* param "color" */%}} shirt. {{< /code >}} Hugo renders this to: @@ -39,5 +39,5 @@ Hugo renders this to: Access nested values by [chaining](g) the [identifiers](g): ```text -{{}} +{{%/* param my.nested.param */%}} ```