Update param.md

This commit is contained in:
Joe Mooring
2025-01-23 14:48:36 -08:00
committed by GitHub
parent 51cb92180e
commit ce24fe4e0f
+2 -2
View File
@@ -27,7 +27,7 @@ params:
size: medium
---
We found a {{</* param "color" */>}} 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 */>}}
{{%/* param my.nested.param */%}}
```