mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 09:44:38 -04:00
parent
d68aaea379
commit
f1991fa87f
@ -93,7 +93,7 @@ In Hugo you can declare params both for the site and the individual page. A com
|
|||||||
With the `Param` method the most specific value will be selected for you, and it is safe to use it in any template (it's defined on both Page and Node):
|
With the `Param` method the most specific value will be selected for you, and it is safe to use it in any template (it's defined on both Page and Node):
|
||||||
|
|
||||||
```
|
```
|
||||||
$.Param("image")
|
$.Param "image"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Node Variables
|
## Node Variables
|
||||||
|
Loading…
x
Reference in New Issue
Block a user