Skip to content

Commit 7f0bb9f

Browse files
pulled new metadata tag from example LP for now
1 parent 943e303 commit 7f0bb9f

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

content/learning-paths/cross-platform/_example-learning-path/appendix-1-formatting.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -300,13 +300,5 @@ You can also give a custom title as specified here.
300300
- Work
301301
{{% /notice %}}
302302

303-
## Hiding a page from being listed in the navigation pane
304303

305-
Use the following metadata in your markdown page to effectively "hide" the page from being listed in the navigation pane:
306-
307-
```markdown
308-
---
309-
hide_from_navpane: true
310-
---
311-
```
312304

content/learning-paths/cross-platform/_example-learning-path/questions.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,3 @@ Modify the weight values to be unique and the extra buttons will disappear.
3131

3232
There are various reasons this can happen. One being that the top links on the page will take you to the external site. Make sure that you are still viewing the Hugo server on `localhost`.
3333

34-
### I have a markdown page in my Learning Path that I do not want to have it listed in the navigation pane... how do I hide it?
35-
36-
Simple: in the markdown page's metadata block, add the following metdata tag:
37-
38-
```markdown
39-
hide_from_navpane: true
40-
```

0 commit comments

Comments
 (0)