From ec7d4d55f3b931dcace7d39fd9d221ef83bf87df Mon Sep 17 00:00:00 2001 From: George Cushen Date: Thu, 1 Jul 2021 20:23:09 +0100 Subject: fix: HTML in Markdown not rendered Potential Hugo 0.84 bug with config.yaml inheritance --- exampleSite/config/_default/config.yaml | 2 ++ exampleSite/netlify.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'exampleSite') diff --git a/exampleSite/config/_default/config.yaml b/exampleSite/config/_default/config.yaml index 3bbc33cd..4d4251aa 100644 --- a/exampleSite/config/_default/config.yaml +++ b/exampleSite/config/_default/config.yaml @@ -56,6 +56,8 @@ taxonomies: category: categories publication_type: publication_types author: authors +markup: + _merge: deep related: threshold: 80 includeNewer: true diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml index d96540e8..cc46dd0c 100644 --- a/exampleSite/netlify.toml +++ b/exampleSite/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.84.1" + HUGO_VERSION = "0.84.4" HUGO_ENABLEGITINFO = "true" [context.production.environment] -- cgit v1.2.3