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:
Sören Weber 2024-02-12 23:25:19 +01:00
parent 5fb02b2dd7
commit 1d91cb16ca
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
12 changed files with 11 additions and 12 deletions

View file

@ -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", "it's hidden"] tags = ["children", "the hidden"]
title = "page 1-1-1 (hidden)" title = "page 1-1-1 (hidden)"
+++ +++

View file

@ -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", "it's hidden"] tags = ["children", "the hidden"]
title = "plank 1-1-1 (hidden)" title = "plank 1-1-1 (hidden)"
+++ +++
{{< piratify >}} {{< piratify >}}

View file

@ -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", "it's hidden"] tags = ["children", "the hidden"]
title = "page 1-1-1-1" title = "page 1-1-1-1"
+++ +++

View file

@ -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", "it's hidden"] tags = ["children", "the hidden"]
title = "plank 1-1-1-1" title = "plank 1-1-1-1"
+++ +++
{{< piratify >}} {{< piratify >}}

View file

@ -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", "it's hidden"] tags = ["children", "the hidden"]
title = "page 1-1-1-1-1 (hidden)" title = "page 1-1-1-1-1 (hidden)"
+++ +++

View file

@ -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", "it's hidden"] tags = ["children", "the hidden"]
title = "plank 1-1-1-1-1 (hidden)" title = "plank 1-1-1-1-1 (hidden)"
+++ +++
{{< piratify >}} {{< piratify >}}

View file

@ -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", "it's hidden"] tags = ["children", "the hidden"]
title = "page 1-1-1-1-1-1" title = "page 1-1-1-1-1-1"
+++ +++

View file

@ -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", "it's hidden"] tags = ["children", "the hidden"]
title = "plank 1-1-1-1-1-1" title = "plank 1-1-1-1-1-1"
+++ +++
{{< piratify >}} {{< piratify >}}

View file

@ -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", "it's hidden"] tags = ["children", "the hidden"]
title = "page 4 (hidden)" title = "page 4 (hidden)"
weight = 40 weight = 40
+++ +++

View file

@ -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", "it's hidden"] tags = ["children", "the hidden"]
title = "plank 4 (hidden)" title = "plank 4 (hidden)"
weight = 40 weight = 40
+++ +++

View file

@ -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. 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 ## 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.