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