mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
add more tests for hidden pages #60
This commit is contained in:
parent
da9be46f31
commit
43e600bc0c
4 changed files with 17 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
+++
|
+++
|
||||||
alwaysopen = false
|
|
||||||
description = "This is a demo child page"
|
description = "This is a demo child page"
|
||||||
title = "page 3"
|
title = "page 3"
|
||||||
+++
|
+++
|
||||||
|
|
11
exampleSite/content/yours/_index.en.md
Normal file
11
exampleSite/content/yours/_index.en.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
+++
|
||||||
|
chapter = true
|
||||||
|
title = "This could be yours"
|
||||||
|
weight = 4
|
||||||
|
+++
|
||||||
|
|
||||||
|
### Chapter 4
|
||||||
|
|
||||||
|
# This could be yours
|
||||||
|
|
||||||
|
Start your success story. Now!
|
6
exampleSite/content/yours/children-1/_index.en.md
Normal file
6
exampleSite/content/yours/children-1/_index.en.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
+++
|
||||||
|
hidden = true
|
||||||
|
title = "The one and only hidden child"
|
||||||
|
+++
|
||||||
|
|
||||||
|
Placeholder...
|
Loading…
Reference in a new issue