From 2c4b50b0ee991bb1a31f420538646a89a4d6f587 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sun, 7 Oct 2018 14:38:59 +0000 Subject: [PATCH] Use hugo v0.48 until #5275 is fixed --- netlify.toml | 6 +++--- theme.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/netlify.toml b/netlify.toml index 763af5d7..211e5fb9 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,17 +4,17 @@ command = "HUGO_THEME=repo hugo -d ../public --minify" [context.production.environment] - HUGO_VERSION = "0.49" + HUGO_VERSION = "0.48" HUGO_ENV = "production" [context.deploy-preview] command = "HUGO_THEME=repo hugo -d ../public --minify" [context.deploy-preview.environment] - HUGO_VERSION = "0.49" + HUGO_VERSION = "0.48" [context.branch-deploy] command = "HUGO_THEME=repo hugo -d ../public --minify" [context.branch-deploy.environment] - HUGO_VERSION = "0.49" + HUGO_VERSION = "0.48" diff --git a/theme.toml b/theme.toml index 73777561..f77ccd84 100644 --- a/theme.toml +++ b/theme.toml @@ -4,7 +4,7 @@ licenselink = "https://github.com/okkur/syna/blob/master/LICENSE" description = "A customizable one to multi page theme for open source projects, companies and freelancers." homepage = "https://github.com/okkur/syna" tags = ["open source", "company", "one-page", "multi-page"] -min_version = 0.49 +min_version = 0.48 [author] name = "okkur"