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-02-23 12:58:31 +0300
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2020-02-23 12:58:31 +0300
commit211ba42a95a6e24e0f8798fe15bde4b8a8394483 (patch)
tree7b54982e0dca60853a86fb540647c1848daffcc7
parent0ac528d746301121ff207c37dc055fb7cb50b2b6 (diff)
releaser: Add release notes to /docs for release of 0.65.3v0.65.3
[ci skip]
-rw-r--r--docs/content/en/news/0.65.3-relnotes/index.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/content/en/news/0.65.3-relnotes/index.md b/docs/content/en/news/0.65.3-relnotes/index.md
new file mode 100644
index 000000000..1d47362bb
--- /dev/null
+++ b/docs/content/en/news/0.65.3-relnotes/index.md
@@ -0,0 +1,21 @@
+
+---
+date: 2020-02-23
+title: "Hugo 0.65.3: A couple of Bug Fixes"
+description: "This version fixes a couple of bugs introduced in 0.65.0."
+categories: ["Releases"]
+images:
+- images/blog/hugo-bug-poster.png
+
+---
+
+
+
+This is a bug-fix release with a couple of important fixes.
+
+* Fix panic when home page is drafted [0bd6356c](https://github.com/gohugoio/hugo/commit/0bd6356c6d2a2bac06d0c3705bf13a90cb7a2688) [@bep](https://github.com/bep) [#6927](https://github.com/gohugoio/hugo/issues/6927)
+* Fix goldmark toc rendering [ca68abf0](https://github.com/gohugoio/hugo/commit/ca68abf0bc2fa003c2052143218f7b2ab195a46e) [@satotake](https://github.com/satotake) [#6736](https://github.com/gohugoio/hugo/issues/6736)[#6809](https://github.com/gohugoio/hugo/issues/6809)
+* Fix crashes for 404 in IsAncestor etc. [a524124b](https://github.com/gohugoio/hugo/commit/a524124beb0e7ca226c207ea48a90cea2cbef76e) [@bep](https://github.com/bep) [#6931](https://github.com/gohugoio/hugo/issues/6931)
+
+
+