Merge commit '3cf4300097610bb8b5bd0686d96d1df5db641895'

This commit is contained in:
Bjørn Erik Pedersen
2018-01-17 22:33:07 +01:00
7 changed files with 28 additions and 19 deletions

View File

@@ -13,7 +13,7 @@ menu:
weight: 150
weight: 150 #rem
draft: false
aliases: [/content/multilingual/,/content-management/multilingual/]
aliases: [/content/multilingual/,/content-management/multilingual/,/tutorials/create-a-multilingual-site/]
toc: true
---
@@ -34,14 +34,12 @@ help = "Help"
[Languages.en]
title = "My blog"
weight = 1
[Languages.en.params]
linkedin = "english-link"
[Languages.fr]
copyright = "Tout est à moi"
title = "Mon blog"
weight = 2
[Languages.fr.params]
linkedin = "lien-francais"
[Languages.fr.navigation]
help = "Aide"

View File

@@ -66,7 +66,7 @@ choco install hugo -confirm
#### Prerequisite Tools
* [Git][installgit]
* [Go 1.5+][installgo]
* [Go (latest or previous version)][installgo]
* [govendor][]
#### Vendored Dependencies

View File

@@ -1,9 +1,9 @@
---
date: 2018-01-03
title: "0.32.2"
description: "0.32.2"
slug: "0.32.2"
title: "0.32.2: One bugfix"
description: "Fixes one issue with publishing of processed images when no cache."
slug: "0.32.2-relnotes"
categories: ["Releases"]
images:
- images/blog/hugo-bug-poster.png

View File

@@ -1,9 +1,9 @@
---
date: 2018-01-08
title: "0.32.3"
description: "0.32.3"
slug: "0.32.3"
title: "Hugo 0.32.3: Some important bug fixes"
description: "Fixes multilingual resource (images etc.) handling etc."
slug: "0.32.3-relnotes"
categories: ["Releases"]
images:
- images/blog/hugo-bug-poster.png

View File

@@ -1,17 +1,14 @@
---
date: 2018-01-11
title: "0.32.4"
description: "0.32.4"
slug: "0.32.4"
title: "0.32.4: Two bugfixes"
description: "Fixes non-ASCII path handling for Page resources."
slug: "0.32.4-relnotes"
categories: ["Releases"]
images:
- images/blog/hugo-bug-poster.png
---
This is a bug-fix release with two of important fixes.
* Fix non-ASCII path handling for Page resources [f0eecc6a](https://github.com/gohugoio/hugo/commit/f0eecc6a4f541838e9930c98bc982546f65c7a4f) [@bep](https://github.com/bep) [#4241](https://github.com/gohugoio/hugo/issues/4241)