mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-09 19:04:50 -04:00
Update param.md
This commit is contained in:
parent
51cb92180e
commit
ce24fe4e0f
@ -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 */%}}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user