diff --git a/config.toml b/config.toml index 8f53898cb..39a7bb973 100644 --- a/config.toml +++ b/config.toml @@ -52,7 +52,7 @@ twitter = "GoHugoIO" [params] description = "The world’s fastest framework for building websites" ## Used for views in rendered HTML (i.e., rather than using the .Hugo variable) - release = "0.27" + release = "0.27.1" ## Setting this to true will add a "noindex" to *EVERY* page on the site removefromexternalsearch = false ## Gh repo for site footer (include trailing slash) diff --git a/content/news/0.27.1-relnotes-ready.md b/content/news/0.27.1-relnotes.md similarity index 77% rename from content/news/0.27.1-relnotes-ready.md rename to content/news/0.27.1-relnotes.md index fa202f495..ae15973d4 100644 --- a/content/news/0.27.1-relnotes-ready.md +++ b/content/news/0.27.1-relnotes.md @@ -1,9 +1,11 @@ --- date: 2017-09-13 -title: "0.27.1" -description: "0.27.1" +title: "0.27.1: One bugfix" +description: "Hugo 0.27.1 fixes an issue introduced in Go 1.9 with HTML escaping of shortcodes in multi output sites." categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png --- diff --git a/netlify.toml b/netlify.toml index 386dcc630..d7d7971b1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,15 +3,15 @@ command = "hugo" [context.production.environment] - HUGO_VERSION = "0.27" + HUGO_VERSION = "0.27.1" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" [context.deploy-preview.environment] - HUGO_VERSION = "0.27" + HUGO_VERSION = "0.27.1" [context.branch-deploy.environment] - HUGO_VERSION = "0.27" + HUGO_VERSION = "0.27.1" [context.next.environment] HUGO_BASEURL = "https://next--gohugoio.netlify.com/"