diff --git a/config.toml b/config.toml index 1b54c36e8..c41e47088 100644 --- a/config.toml +++ b/config.toml @@ -71,7 +71,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.30.1" + release = "0.30.2" ## 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.30.2-relnotes-ready.md b/content/news/0.30.2-relnotes-ready.md new file mode 100644 index 000000000..e1e579805 --- /dev/null +++ b/content/news/0.30.2-relnotes-ready.md @@ -0,0 +1,17 @@ + +--- +date: 2017-10-19 +title: "0.30.2" +description: "0.30.2" +slug: "0.30.2" +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + This release fixes Fast Render mode with sub-path in baseURL [31641033](https://github.com/gohugoio/hugo/commit/3164103310fbca1211cfa9ce4a5eb7437854b6ad) [@bep](https://github.com/bep) [#3981](https://github.com/gohugoio/hugo/issues/3981). + + + +