mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-31 08:57:15 +00:00
docs: fix href typo
This commit is contained in:
parent
477aa95ae0
commit
c36c156a26
2 changed files with 2 additions and 2 deletions
|
@ -306,7 +306,7 @@ This document shows you what's new in the latest release. For a detailed list of
|
||||||
|
|
||||||
To [get rid]({{% relref "cont/menushortcuts#shortcuts-to-pages-inside-of-your-project" %}}) of this undesired behavior you have two choices:
|
To [get rid]({{% relref "cont/menushortcuts#shortcuts-to-pages-inside-of-your-project" %}}) of this undesired behavior you have two choices:
|
||||||
|
|
||||||
1. Make the page file 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/_index.en.md`). This causes its content to **not** be ontained in the sitemap.
|
1. Make the page file a [headless branch bundle](https://gohugo.io/content-management/page-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/_index.en.md`). This causes its content to **not** be ontained in the sitemap.
|
||||||
|
|
||||||
````toml
|
````toml
|
||||||
title = "Showcase"
|
title = "Showcase"
|
||||||
|
|
|
@ -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 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/_index.en.md`). This causes its content to **not** be ontained in the sitemap.
|
1. Make the page file for the shortcut a [headless branch bundle](https://gohugo.io/content-management/page-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/_index.en.md`). This causes its content to **not** be ontained in the sitemap.
|
||||||
|
|
||||||
````toml
|
````toml
|
||||||
title = "Showcase"
|
title = "Showcase"
|
||||||
|
|
Loading…
Add table
Reference in a new issue