mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +02:00
Merge commit 'b9bd35d72e14932fb6588ff62b90cddef0a060fc' as 'docs'
This commit is contained in:
18
docs/content/en/news/0.32.1-relnotes/index.md
Normal file
18
docs/content/en/news/0.32.1-relnotes/index.md
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
---
|
||||
date: 2018-01-02
|
||||
title: "Hugo 0.32.1: Two bugfixes"
|
||||
description: "Fixes image processing in shortcodes."
|
||||
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)
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user