mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-05-01 02:35:50 +08:00
Update menushortcuts.en.md
spelling mistake rontmatter -> frontmatter
This commit is contained in:
parent
9a331d4378
commit
0a7f3e0891
@ -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:
|
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
|
````toml
|
||||||
[_build]
|
[_build]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user