See #684
This commit is contained in:
Benjamin Petersen 2018-12-11 12:47:51 -07:00 committed by digitalcraftsman
parent 26e10a6903
commit d1cf9adc41

View File

@ -249,7 +249,7 @@ Gets a value from the current `Page's` params set in front matter, with a fall b
{{</* param testparam */>}} {{</* param testparam */>}}
``` ```
Since `testparam` is a param defined in front matter of this page wi the value `Hugo Rocks!`, the above will print: Since `testparam` is a param defined in front matter of this page with the value `Hugo Rocks!`, the above will print:
{{< param testparam >}} {{< param testparam >}}