Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2020-01-27 15:13:04 +0300
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2020-01-27 15:13:04 +0300
commit934ee21fac4f26968965d6e87e306905370a6c32 (patch)
treedd9381a7927946237d7f61072841a12fc056f79b
parentc7427a50ed2437a977d7bb00fbfd35a0629dab1e (diff)
releaser: Add release notes to /docs for release of 0.63.2v0.63.2
[ci skip]
-rw-r--r--docs/content/en/news/0.63.2-relnotes/index.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/content/en/news/0.63.2-relnotes/index.md b/docs/content/en/news/0.63.2-relnotes/index.md
new file mode 100644
index 000000000..030f2f726
--- /dev/null
+++ b/docs/content/en/news/0.63.2-relnotes/index.md
@@ -0,0 +1,20 @@
+
+---
+date: 2020-01-27
+title: "Hugo 0.63.2: A couple of Bug Fixes"
+description: "This version fixes a couple of bugs introduced in 0.63.0."
+categories: ["Releases"]
+images:
+- images/blog/hugo-bug-poster.png
+
+---
+
+
+
+This is a bug-fix release with a couple of important fixes.
+
+* And now finally fix the 404 templates [74b6c4e5](https://github.com/gohugoio/hugo/commit/74b6c4e5ff5ee16f0e6b352a26c1e58b90a25dc6) [@bep](https://github.com/bep) [#6795](https://github.com/gohugoio/hugo/issues/6795)
+* Fix 404 with base template regression [8df5d76e](https://github.com/gohugoio/hugo/commit/8df5d76e708238563185bac84809b34a4d395734) [@bep](https://github.com/bep) [#6795](https://github.com/gohugoio/hugo/issues/6795)
+
+
+