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"
|
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)"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
|
@ -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 >}}
|
|
@ -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"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
|
@ -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 >}}
|
|
@ -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)"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
|
@ -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 >}}
|
|
@ -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"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
|
@ -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 >}}
|
|
@ -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
|
||||||
+++
|
+++
|
||||||
|
|
|
@ -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
|
||||||
+++
|
+++
|
||||||
|
|
|
@ -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.
|
Loading…
Reference in a new issue