mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-03-15 21:59:32 +00:00
docs: show limitations of missing complex term titles #705
This commit is contained in:
parent
63a2c9c79c
commit
07cd0a8471
12 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
+++
|
+++
|
||||||
description = "This is a hidden demo child page"
|
description = "This is a hidden demo child page"
|
||||||
hidden = true
|
hidden = true
|
||||||
tags = ["children", "hidden"]
|
tags = ["children", "it's hidden"]
|
||||||
title = "page 1-1-1 (hidden)"
|
title = "page 1-1-1 (hidden)"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
+++
|
+++
|
||||||
descrption = "This be a hidden demo child plank"
|
descrption = "This be a hidden demo child plank"
|
||||||
hidden = true
|
hidden = true
|
||||||
tags = ["children", "hidden"]
|
tags = ["children", "it's hidden"]
|
||||||
title = "plank 1-1-1 (hidden)"
|
title = "plank 1-1-1 (hidden)"
|
||||||
+++
|
+++
|
||||||
{{< piratify >}}
|
{{< piratify >}}
|
|
@ -1,6 +1,6 @@
|
||||||
+++
|
+++
|
||||||
description = "This is a non-hidden demo child page of a hidden parent page"
|
description = "This is a non-hidden demo child page of a hidden parent page"
|
||||||
tags = ["children", "hidden"]
|
tags = ["children", "it's hidden"]
|
||||||
title = "page 1-1-1-1"
|
title = "page 1-1-1-1"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
+++
|
+++
|
||||||
descrption = "This be a non-hidden demo child plank o' a hidden parrrent plank"
|
descrption = "This be a non-hidden demo child plank o' a hidden parrrent plank"
|
||||||
tags = ["children", "hidden"]
|
tags = ["children", "it's hidden"]
|
||||||
title = "plank 1-1-1-1"
|
title = "plank 1-1-1-1"
|
||||||
+++
|
+++
|
||||||
{{< piratify >}}
|
{{< piratify >}}
|
|
@ -1,7 +1,7 @@
|
||||||
+++
|
+++
|
||||||
description = "This is a hidden demo child page"
|
description = "This is a hidden demo child page"
|
||||||
hidden = true
|
hidden = true
|
||||||
tags = ["children", "hidden"]
|
tags = ["children", "it's hidden"]
|
||||||
title = "page 1-1-1-1-1 (hidden)"
|
title = "page 1-1-1-1-1 (hidden)"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
+++
|
+++
|
||||||
descrption = "This be a hidden demo child plank"
|
descrption = "This be a hidden demo child plank"
|
||||||
hidden = true
|
hidden = true
|
||||||
tags = ["children", "hidden"]
|
tags = ["children", "it's hidden"]
|
||||||
title = "plank 1-1-1-1-1 (hidden)"
|
title = "plank 1-1-1-1-1 (hidden)"
|
||||||
+++
|
+++
|
||||||
{{< piratify >}}
|
{{< piratify >}}
|
|
@ -1,6 +1,6 @@
|
||||||
+++
|
+++
|
||||||
description = "This is a non-hidden demo child page of a hidden parent page"
|
description = "This is a non-hidden demo child page of a hidden parent page"
|
||||||
tags = ["children", "hidden"]
|
tags = ["children", "it's hidden"]
|
||||||
title = "page 1-1-1-1-1-1"
|
title = "page 1-1-1-1-1-1"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
+++
|
+++
|
||||||
descrption = "This be a non-hidden demo child plank on a hidden parrrent plank"
|
descrption = "This be a non-hidden demo child plank on a hidden parrrent plank"
|
||||||
tags = ["children", "hidden"]
|
tags = ["children", "it's hidden"]
|
||||||
title = "plank 1-1-1-1-1-1"
|
title = "plank 1-1-1-1-1-1"
|
||||||
+++
|
+++
|
||||||
{{< piratify >}}
|
{{< piratify >}}
|
|
@ -2,7 +2,7 @@
|
||||||
alwaysopen = false
|
alwaysopen = false
|
||||||
description = "This is a hidden demo child page"
|
description = "This is a hidden demo child page"
|
||||||
hidden = true
|
hidden = true
|
||||||
tags = ["children", "hidden"]
|
tags = ["children", "it's hidden"]
|
||||||
title = "page 4 (hidden)"
|
title = "page 4 (hidden)"
|
||||||
weight = 40
|
weight = 40
|
||||||
+++
|
+++
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
alwaysopen = false
|
alwaysopen = false
|
||||||
descrption = "This be a hidden demo child plank"
|
descrption = "This be a hidden demo child plank"
|
||||||
hidden = true
|
hidden = true
|
||||||
tags = ["children", "hidden"]
|
tags = ["children", "it's hidden"]
|
||||||
title = "plank 4 (hidden)"
|
title = "plank 4 (hidden)"
|
||||||
weight = 40
|
weight = 40
|
||||||
+++
|
+++
|
||||||
|
|
Loading…
Add table
Reference in a new issue