mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-19 14:54:41 -04:00
Release 0.32.1
This commit is contained in:
parent
07a4fc1c1a
commit
717e254008
@ -1,17 +1,14 @@
|
||||
|
||||
---
|
||||
date: 2018-01-02
|
||||
title: "0.32.1"
|
||||
description: "0.32.1"
|
||||
slug: "0.32.1"
|
||||
title: "0.32.1: Two bugfixes"
|
||||
description: "Fixes image processing in shortcodes."
|
||||
slug: "0.32.1-relnotes"
|
||||
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)
|
||||
|
@ -3,15 +3,15 @@
|
||||
command = "hugo"
|
||||
|
||||
[context.production.environment]
|
||||
HUGO_VERSION = "0.32"
|
||||
HUGO_VERSION = "0.32.1"
|
||||
HUGO_ENV = "production"
|
||||
HUGO_ENABLEGITINFO = "true"
|
||||
|
||||
[context.deploy-preview.environment]
|
||||
HUGO_VERSION = "0.32"
|
||||
HUGO_VERSION = "0.32.1"
|
||||
|
||||
[context.branch-deploy.environment]
|
||||
HUGO_VERSION = "0.32"
|
||||
HUGO_VERSION = "0.32.1"
|
||||
|
||||
[context.next.environment]
|
||||
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user