diff --git a/content/en/news/0.76.1-relnotes/index.md b/content/en/news/0.76.1-relnotes/index.md index aa275eae3..b28b17960 100644 --- a/content/en/news/0.76.1-relnotes/index.md +++ b/content/en/news/0.76.1-relnotes/index.md @@ -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)