Skip to content

Commit

Permalink
Fix spell mistake in variables.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arunk-s authored and anthonyfok committed Oct 31, 2015
1 parent 1ce3bb2 commit 277d0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/templates/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Take for example I'm using *tags* and *categories* as my taxonomies. The followi
**All Params are only accessible using all lowercase characters.**

### Param method
In Hugo you can declare params both for the site and the individual page. A common use case is to have a general value for the site and a more specificy value for some of the pages (i.e. an image).
In Hugo you can declare params both for the site and the individual page. A common use case is to have a general value for the site and a more specific value for some of the pages (i.e. an image).

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):

Expand Down

0 comments on commit 277d0ae

Please sign in to comment.