Merge branch 'temp321'

This commit is contained in:
Bjørn Erik Pedersen 2018-01-02 10:17:57 +01:00
commit 07a4fc1c1a
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
2 changed files with 23 additions and 1 deletions

View File

@ -71,7 +71,7 @@ twitter = "GoHugoIO"
[params]
description = "The worlds fastest framework for building websites"
## Used for views in rendered HTML (i.e., rather than using the .Hugo variable)
release = "0.32"
release = "0.32.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)

View File

@ -0,0 +1,22 @@
---
date: 2018-01-02
title: "0.32.1"
description: "0.32.1"
slug: "0.32.1"
categories: ["Releases"]
images:
- images/blog/hugo-bug-poster.png
---
This fixes 2 bugs from the Hugo 0.32 release.
* Fix image processing from shortcodes in non-server mode. [@bep](https://github.com/bep) [#4202](https://github.com/gohugoio/hugo/issues/4202)
* Fix broken `hugo --renderToMemory`. Note that this is only useful for benchmark testing, as there is no easy way to actually view the result. [d36d71ed](https://github.com/gohugoio/hugo/commit/d36d71edd3b04df3b34edf4d108e3995a244c4f0) [@bep](https://github.com/bep) [#4212](https://github.com/gohugoio/hugo/issues/4212)