mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-10 20:04:48 -04:00
Update param.md
This commit is contained in:
parent
51cb92180e
commit
ce24fe4e0f
@ -27,7 +27,7 @@ params:
|
|||||||
size: medium
|
size: medium
|
||||||
---
|
---
|
||||||
|
|
||||||
We found a {{</* param "color" */>}} shirt.
|
We found a {{%/* param "color" */%}} shirt.
|
||||||
{{< /code >}}
|
{{< /code >}}
|
||||||
|
|
||||||
Hugo renders this to:
|
Hugo renders this to:
|
||||||
@ -39,5 +39,5 @@ Hugo renders this to:
|
|||||||
Access nested values by [chaining](g) the [identifiers](g):
|
Access nested values by [chaining](g) the [identifiers](g):
|
||||||
|
|
||||||
```text
|
```text
|
||||||
{{</* param my.nested.param */>}}
|
{{%/* param my.nested.param */%}}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user