Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2021-07-01 22:23:09 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-07-01 22:23:09 +0300
commitec7d4d55f3b931dcace7d39fd9d221ef83bf87df (patch)
treea22b6041aa4e827b69fafe3f5837714179b258a9 /netlify.toml
parent09b4c21a0bedcbf1718cbb1223dba08ff26aad50 (diff)
fix: HTML in Markdown not rendered
Potential Hugo 0.84 bug with config.yaml inheritance
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
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]