Merge commit '9cabb46f68bae01aeb1859727dcb21e8a10f5ec7'

This commit is contained in:
Bjørn Erik Pedersen
2020-10-30 09:50:15 +01:00
16 changed files with 29 additions and 41 deletions

View File

@@ -1,20 +1,17 @@
---
date: 2020-10-07
title: "Hugo 0.76.1: A couple of Bug Fixes"
description: "This version fixes a couple of bugs introduced in 0.76.0."
title: "Hugo 0.76.1: One Bug Fix"
description: "This version fixes one bug introduced in 0.76.0."
categories: ["Releases"]
images:
- images/blog/hugo-bug-poster.png
---
This is a bug-fix release with a couple of important fixes.
With this, we should finally have proper [plural numerals in Russian etc.](https://discourse.gohugo.io/t/0-76-0-i18n-gone-wrong/28689/7?u=bep):
* langs/i18n: Fix i18n .Count regression [f9e798e8](https://github.com/gohugoio/hugo/commit/f9e798e8c4234bd60277e3cb10663ba254d4ecb7) [@bep](https://github.com/bep) [#7787](https://github.com/gohugoio/hugo/issues/7787)
* Fix typo in 0.76.0 release note [ee56efff](https://github.com/gohugoio/hugo/commit/ee56efffcb3f81120b0d3e0297b4fb5966124354) [@digitalcraftsman](https://github.com/digitalcraftsman)