fix: HTML in Markdown not rendered
Potential Hugo 0.84 bug with config.yaml inheritance
This commit is contained in:
@@ -55,6 +55,8 @@ taxonomies:
|
|||||||
category: categories
|
category: categories
|
||||||
publication_type: publication_types
|
publication_type: publication_types
|
||||||
author: authors
|
author: authors
|
||||||
|
markup:
|
||||||
|
_merge: deep
|
||||||
related:
|
related:
|
||||||
threshold: 80
|
threshold: 80
|
||||||
includeNewer: true
|
includeNewer: true
|
||||||
|
|||||||
@@ -56,6 +56,8 @@ taxonomies:
|
|||||||
category: categories
|
category: categories
|
||||||
publication_type: publication_types
|
publication_type: publication_types
|
||||||
author: authors
|
author: authors
|
||||||
|
markup:
|
||||||
|
_merge: deep
|
||||||
related:
|
related:
|
||||||
threshold: 80
|
threshold: 80
|
||||||
includeNewer: true
|
includeNewer: true
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
publish = "public"
|
publish = "public"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
HUGO_VERSION = "0.84.1"
|
HUGO_VERSION = "0.84.4"
|
||||||
HUGO_ENABLEGITINFO = "true"
|
HUGO_ENABLEGITINFO = "true"
|
||||||
|
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
publish = "public"
|
publish = "public"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
HUGO_VERSION = "0.84.1"
|
HUGO_VERSION = "0.84.4"
|
||||||
HUGO_ENABLEGITINFO = "true"
|
HUGO_ENABLEGITINFO = "true"
|
||||||
|
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
|
|||||||
Reference in New Issue
Block a user