docs: Fix example for Param method

Fixes #2070
This commit is contained in:
Bjørn Erik Pedersen 2016-04-11 13:26:33 +02:00
parent cd558958a0
commit 2468b10eb3

View file

@ -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