ref: 2468b10eb35ee3e9871a25416ca0bf627caae851
parent: cd558958a0c0ecd06f7560a38e27334fe983e0de
author: Bjørn Erik Pedersen <[email protected]>
date: Mon Apr 11 09:26:33 EDT 2016
docs: Fix example for Param method Fixes #2070
--- a/docs/content/templates/variables.md
+++ b/docs/content/templates/variables.md
@@ -93,7 +93,7 @@
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