From fd1e1e4b7c1deca226e25effd9f0db1980fc85f9 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Wed, 21 Jul 2021 08:12:11 -0700 Subject: [PATCH] Fix grammar and spelling (#1497) --- content/en/news/0.86.0-relnotes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/news/0.86.0-relnotes/index.md b/content/en/news/0.86.0-relnotes/index.md index fcbe07c8b..4b717ed7c 100644 --- a/content/en/news/0.86.0-relnotes/index.md +++ b/content/en/news/0.86.0-relnotes/index.md @@ -10,7 +10,7 @@ This release is a set of smaller fixes and improvements. Some of the more notabl You can now have a top level [cascade](https://gohugo.io/content-management/front-matter#front-matter-cascade) (or one per language, if needed) section in your site configuration (e.g. `config.toml`). This way you can control default front matter values from outside of the content files. -Hugo's [Menu system](https://gohugo.io/content-management/menus/) works good, but hasn't been particulary easy to set the active menu state for section pages without a menu defintion. We have had the option [Section Menu for Lazy Bloggers](https://gohugo.io/templates/menu-templates/#section-menu-for-lazy-bloggers). That helped for the common case, but we have now made it behave more sensible out of the box: `$page.HasMenuCurrent $sectionMenuEntry` will now always return true for any descendant of that section. To support this for menu defintions in the site config, we have added a new `pageRef` option on [MenuEntry](https://gohugo.io/variables/menus/#menu-entry-variables): +Hugo's [Menu system](https://gohugo.io/content-management/menus/) works well, but hasn't been particularly easy to set the active menu state for section pages without a menu definition. We have had the option [Section Menu for Lazy Bloggers](https://gohugo.io/templates/menu-templates/#section-menu-for-lazy-bloggers). That helped for the common case, but we have now made it behave more sensible out of the box: `$page.HasMenuCurrent $sectionMenuEntry` will now always return true for any descendant of that section. To support this for menu definitions in the site config, we have added a new `pageRef` option on [MenuEntry](https://gohugo.io/variables/menus/#menu-entry-variables): ```toml [[menus.main]]