From: Bjørn Erik Pedersen Date: Mon, 11 Apr 2016 11:26:33 +0000 (+0200) Subject: docs: Fix example for Param method X-Git-Tag: v0.16~80 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2468b10eb35ee3e9871a25416ca0bf627caae851;p=brevno-suite%2Fhugo docs: Fix example for Param method Fixes #2070 --- diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md index 8daf3d85..db3cf109 100644 --- a/docs/content/templates/variables.md +++ b/docs/content/templates/variables.md @@ -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