Update menushortcuts.en.md

spelling mistake rontmatter -> frontmatter
This commit is contained in:
Abhishek Kumar 2023-08-03 01:03:29 +05:30 committed by Sören Weber
parent 9a331d4378
commit 0a7f3e0891

View file

@ -135,7 +135,7 @@ Read more about [hugo menu](https://gohugo.io/extras/menus/) and [hugo multiling
If you have shortcuts to pages inside of your project and you don't want them to show up in page menu section, you have two choices:
1. Make the page file for the shortcut section a [headless branch bundle](https://gohugo.io/content-management/age-bundles/#headless-bundle) (contained in its own subdirectory and called `_index.md`) and add the following rontmatter configuration to the file (see exampleSite's `content/showcase`). This causes its content to **not** be ontained in the sitemap.
1. Make the page file for the shortcut section a [headless branch bundle](https://gohugo.io/content-management/age-bundles/#headless-bundle) (contained in its own subdirectory and called `_index.md`) and add the following frontmatter configuration to the file (see exampleSite's `content/showcase`). This causes its content to **not** be ontained in the sitemap.
````toml
[_build]