mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
Fix typo
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
8cba70e28c
commit
b68d0d892f
@@ -243,7 +243,7 @@ Using the preceding `instagram` with `hidecaption` example above, the following
|
||||
|
||||
### `param`
|
||||
|
||||
Gets a value from the current `Page's` params set in front matter, with a fall back to the site param value. If will log an `ERROR` if the param with the given key could not be found in either.
|
||||
Gets a value from the current `Page's` params set in front matter, with a fall back to the site param value. It will log an `ERROR` if the param with the given key could not be found in either.
|
||||
|
||||
```bash
|
||||
{{</* param testparam */>}}
|
||||
|
||||
Reference in New Issue
Block a user