From a52db97d84b998e6136a5fdbaafdca7491f574f4 Mon Sep 17 00:00:00 2001 From: Richard Metzler Date: Tue, 19 Dec 2017 17:51:42 +0100 Subject: [PATCH] fixing typos and syntax for consistency --- content/templates/menu-templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/templates/menu-templates.md b/content/templates/menu-templates.md index 573b72f78..f9e864f61 100644 --- a/content/templates/menu-templates.md +++ b/content/templates/menu-templates.md @@ -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.