mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
cd558958a0
commit
2468b10eb3
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
||||
```
|
||||
$.Param("image")
|
||||
$.Param "image"
|
||||
```
|
||||
|
||||
## Node Variables
|
||||
|
|
Loading…
Reference in a new issue