Merge branch 'next'

This commit is contained in:
Bjørn Erik Pedersen 2017-10-19 14:37:14 +02:00
commit bbfa103436
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
2 changed files with 18 additions and 1 deletions

View File

@ -71,7 +71,7 @@ twitter = "GoHugoIO"
[params] [params]
description = "The worlds fastest framework for building websites" description = "The worlds fastest framework for building websites"
## Used for views in rendered HTML (i.e., rather than using the .Hugo variable) ## 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 ## Setting this to true will add a "noindex" to *EVERY* page on the site
removefromexternalsearch = false removefromexternalsearch = false
## Gh repo for site footer (include trailing slash) ## Gh repo for site footer (include trailing slash)

View File

@ -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).