From 29e9d70fdfee77d6be0ceea4a6d5bb1b84742ad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 7 Oct 2020 11:20:32 +0200 Subject: [PATCH] Update index.md --- content/en/news/0.76.2-relnotes/index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/en/news/0.76.2-relnotes/index.md b/content/en/news/0.76.2-relnotes/index.md index 866ddbfbb..c071fdcac 100644 --- a/content/en/news/0.76.2-relnotes/index.md +++ b/content/en/news/0.76.2-relnotes/index.md @@ -1,16 +1,14 @@ --- date: 2020-10-07 -title: "Hugo 0.76.2: A couple of Bug Fixes" -description: "This version fixes a couple of bugs introduced in 0.76.0." +title: "Hugo 0.76.2: One Bug Fix" +description: "This release reverts to an older (and working) version of the JS minifier." categories: ["Releases"] images: - images/blog/hugo-bug-poster.png --- - - This is a bug-fix release with one important fix. * Revert "deps: Update to github.com/tdewolff/minify v2.9.4" [6dd60fca](https://github.com/gohugoio/hugo/commit/6dd60fca73ff96b48064bb8c6586631a2370ffc6) [@bep](https://github.com/bep) [#7792](https://github.com/gohugoio/hugo/issues/7792)