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 */%}} ```