mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
docs: avoid compatiblity for taxonomy terms between Hugo 0.123 and previous versions #771
naming terms with special chars introduces incompatiblities between versions
This commit is contained in:
parent
5fb02b2dd7
commit
1d91cb16ca
12 changed files with 11 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
description = "This is a hidden demo child page"
|
||||
hidden = true
|
||||
tags = ["children", "it's hidden"]
|
||||
tags = ["children", "the hidden"]
|
||||
title = "page 1-1-1 (hidden)"
|
||||
+++
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
descrption = "This be a hidden demo child plank"
|
||||
hidden = true
|
||||
tags = ["children", "it's hidden"]
|
||||
tags = ["children", "the hidden"]
|
||||
title = "plank 1-1-1 (hidden)"
|
||||
+++
|
||||
{{< piratify >}}
|
|
@ -1,6 +1,6 @@
|
|||
+++
|
||||
description = "This is a non-hidden demo child page of a hidden parent page"
|
||||
tags = ["children", "it's hidden"]
|
||||
tags = ["children", "the hidden"]
|
||||
title = "page 1-1-1-1"
|
||||
+++
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
+++
|
||||
descrption = "This be a non-hidden demo child plank o' a hidden parrrent plank"
|
||||
tags = ["children", "it's hidden"]
|
||||
tags = ["children", "the hidden"]
|
||||
title = "plank 1-1-1-1"
|
||||
+++
|
||||
{{< piratify >}}
|
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
description = "This is a hidden demo child page"
|
||||
hidden = true
|
||||
tags = ["children", "it's hidden"]
|
||||
tags = ["children", "the hidden"]
|
||||
title = "page 1-1-1-1-1 (hidden)"
|
||||
+++
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
descrption = "This be a hidden demo child plank"
|
||||
hidden = true
|
||||
tags = ["children", "it's hidden"]
|
||||
tags = ["children", "the hidden"]
|
||||
title = "plank 1-1-1-1-1 (hidden)"
|
||||
+++
|
||||
{{< piratify >}}
|
|
@ -1,6 +1,6 @@
|
|||
+++
|
||||
description = "This is a non-hidden demo child page of a hidden parent page"
|
||||
tags = ["children", "it's hidden"]
|
||||
tags = ["children", "the hidden"]
|
||||
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"
|
||||
tags = ["children", "it's hidden"]
|
||||
tags = ["children", "the hidden"]
|
||||
title = "plank 1-1-1-1-1-1"
|
||||
+++
|
||||
{{< piratify >}}
|
|
@ -2,7 +2,7 @@
|
|||
alwaysopen = false
|
||||
description = "This is a hidden demo child page"
|
||||
hidden = true
|
||||
tags = ["children", "it's hidden"]
|
||||
tags = ["children", "the hidden"]
|
||||
title = "page 4 (hidden)"
|
||||
weight = 40
|
||||
+++
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
alwaysopen = false
|
||||
descrption = "This be a hidden demo child plank"
|
||||
hidden = true
|
||||
tags = ["children", "it's hidden"]
|
||||
tags = ["children", "the hidden"]
|
||||
title = "plank 4 (hidden)"
|
||||
weight = 40
|
||||
+++
|
||||
|
|
|
@ -8,7 +8,6 @@ When giving term pages, you should give it a title. Otherwise it will print out
|
|||
|
||||
While internally this term is called `hidden`, it is referenced in the resulting english pages as `a secret` and as `hush, matey` in the piratish translation.
|
||||
|
||||
|
||||
## Just an example heading
|
||||
|
||||
The TOC will contain this heading and the index headings below.
|
||||
The TOC will contain this heading and the index headings below.
|
Loading…
Reference in a new issue