From b767a7e60986cd38bf29b6f1ce4314fcada90c11 Mon Sep 17 00:00:00 2001 From: Ethan Knowlton Date: Sun, 15 Aug 2021 16:25:08 -0400 Subject: [PATCH 1/2] Default language config updated Seems Zola has updated the way to access the default from `config.default_langauge` to just `lang`. --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 0d58788..ff21a16 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,7 @@ {% import "macros.html" as macro %} - + From 1ba2ab3fd667191d4961ea29619ffaeea2c0879d Mon Sep 17 00:00:00 2001 From: Ethan Knowlton Date: Mon, 16 Aug 2021 16:06:32 -0400 Subject: [PATCH 2/2] Tests failed with older netlify `ZOLA_VERSION` --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 5f715c5..f338154 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,7 +6,7 @@ publish = "public" command = "zola build" [build.environment] -ZOLA_VERSION = "0.10.1" +ZOLA_VERSION = "0.14.0" [context.deploy-preview] command = "zola build --base-url $DEPLOY_PRIME_URL"