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 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netlify.toml') diff --git a/netlify.toml b/netlify.toml index d96540e8..cc46dd0c 100644 --- a/netlify.toml +++ b/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