fixing typos and syntax for consistency

This commit is contained in:
Richard Metzler
2017-12-19 17:51:42 +01:00
committed by GitHub
parent 64525670f3
commit a52db97d84
+2 -2
View File
@@ -134,9 +134,9 @@ You can define more than one menu. It also doesn't have to be a complex value,
like in the example above.
{{% /note %}}
### Using .Page in Menues
### Using .Page in Menus
If you use the front matter method of defining menu entries, you'll get access to the .Page variable.
If you use the front matter method of defining menu entries, you'll get access to the `.Page` variable.
This allows to use every variable that's reachable from the [page variable](/variables/page/).
This variable is only set when the menu entry is defined in the page's front matter.