From 2468b10eb35ee3e9871a25416ca0bf627caae851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 11 Apr 2016 13:26:33 +0200 Subject: [PATCH] docs: Fix example for Param method Fixes #2070 --- docs/content/templates/variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md index 8daf3d854..db3cf109e 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