From 23c64f6a34a3f982c923e171419c4e7c1683c4b9 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Tue, 6 Oct 2020 19:03:36 +0200 Subject: [PATCH 1/2] Fix typo in 0.76.0 release note --- content/en/news/0.76.0-relnotes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/news/0.76.0-relnotes/index.md b/content/en/news/0.76.0-relnotes/index.md index 48b196ff4..f23d13c06 100644 --- a/content/en/news/0.76.0-relnotes/index.md +++ b/content/en/news/0.76.0-relnotes/index.md @@ -22,7 +22,7 @@ background = "goldenbridge.jpg" kind="section" ``` -Tasks that were earlier hard/borderline impossible to do are now simple. One common example would to apply a different template set to nested sections; you can now apply a customm `Type` to these sections using `path="/blog/*/**"` and similar. +Tasks that were earlier hard/borderline impossible to do are now simple. One common example would to apply a different template set to nested sections; you can now apply a custom `Type` to these sections using `path="/blog/*/**"` and similar. A related improvement is that the [build option](https://gohugo.io/content-management/build-options/#readout) `render` is now an enum. In addition to turning on/off rendering of a given page you can tell Hugo to not render, but you want to preserve the `.Permalink`, useful for SPA applications. From f19469ff8ffda80147579950036a69aa008df1ed Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Wed, 7 Oct 2020 07:33:10 +0000 Subject: [PATCH 2/2] releaser: Add release notes to /docs for release of 0.76.1 [ci skip] --- content/en/news/0.76.1-relnotes/index.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/en/news/0.76.1-relnotes/index.md diff --git a/content/en/news/0.76.1-relnotes/index.md b/content/en/news/0.76.1-relnotes/index.md new file mode 100644 index 000000000..aa275eae3 --- /dev/null +++ b/content/en/news/0.76.1-relnotes/index.md @@ -0,0 +1,20 @@ + +--- +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." +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + + +This is a bug-fix release with a couple of important fixes. + +* 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) + + +