From 00e4402605766a2f867f17f97116d11789f90dbd Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Wed, 20 Feb 2019 23:07:08 +0900 Subject: [PATCH] Remove extra whitespace --- config/_default/config.toml | 4 ++-- netlify.toml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index 7f18b3e8d..30764b5f9 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,5 +1,5 @@ baseURL = "https://gohugo.io/" -paginate = 100 +paginate = 100 defaultContentLanguage = "en" enableEmoji = true # Set the unicode character used for the "return" link in page footnotes. @@ -73,7 +73,7 @@ toLower = false name = "keywords" weight = 100 [[related.indices]] -name = "date" +name = "date" weight = 10 pattern = "2006" diff --git a/netlify.toml b/netlify.toml index a54a2631f..9fafa30ff 100644 --- a/netlify.toml +++ b/netlify.toml @@ -8,20 +8,20 @@ HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" [context.split1] -command = "hugo --gc --minify --enableGitInfo" +command = "hugo --gc --minify --enableGitInfo" [context.split1.environment] HUGO_VERSION = "0.54.0" HUGO_ENV = "production" [context.deploy-preview] -command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL" +command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] HUGO_VERSION = "0.54.0" [context.branch-deploy] -command = "hugo --gc --minify -b $DEPLOY_PRIME_URL" +command = "hugo --gc --minify -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] HUGO_VERSION = "0.54.0"