fix: HTML in Markdown not rendered

Potential Hugo 0.84 bug with config.yaml inheritance
This commit is contained in:
George Cushen
2021-07-01 20:23:09 +01:00
parent 09b4c21a0b
commit ec7d4d55f3
4 changed files with 6 additions and 2 deletions

View File

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

View File

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

View File

@@ -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]

View File

@@ -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]