hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit ab01ba6e7e893e67318da7a6fecff605cd117fda
parent cc08c095926e78f43095c83c16f9087b3042ff32
Author: hugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Date:   Wed, 17 Nov 2021 08:24:08 +0000

releaser: Add release notes to /docs for release of 0.89.4

[ci skip]

Diffstat:
Adocs/content/en/news/0.89.4-relnotes/index.md | 19+++++++++++++++++++
1 file changed, 19 insertions(+), 0 deletions(-)
diff --git a/docs/content/en/news/0.89.4-relnotes/index.md b/docs/content/en/news/0.89.4-relnotes/index.md
@@ -0,0 +1,19 @@
+
+---
+date: 2021-11-17
+title: "Hugo 0.89.4: A couple of Bug Fixes"
+description: "This version fixes a couple of bugs introduced in 0.89.0."
+categories: ["Releases"]
+images:
+- images/blog/hugo-bug-poster.png
+
+---
+
+	
+
+This is a bug-fix release with one important fix.
+
+* Fix content dir resolution when main project is a Hugo Module [2e70f61f](https://github.com/gohugoio/hugo/commit/2e70f61fb04cea08ef6598728a57637ae2cc199c) [@bep](https://github.com/bep) [#9177](https://github.com/gohugoio/hugo/issues/9177)
+
+
+