hugo:fix/build-20240411-2

Last commit made on 2024-04-11
Get this branch:
git clone -b fix/build-20240411-2 https://git.launchpad.net/hugo

Branch merges

Branch information

Name:
fix/build-20240411-2
Repository:
lp:hugo

Recent commits

4922d7b... by Bjørn Erik Pedersen

github: Fix CI build

bf0b140... by Eitan Adler

all: Fix duplicate words in comments

e9b8bec... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

build(deps): bump golang.org/x/net from 0.23.0 to 0.24.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.24.0.
- [Commits](https://github.com/golang/net/compare/v0.23.0...v0.24.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <email address hidden>

888cc1e... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

build(deps): bump github.com/getkin/kin-openapi from 0.123.0 to 0.124.0

Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.123.0 to 0.124.0.
- [Release notes](https://github.com/getkin/kin-openapi/releases)
- [Commits](https://github.com/getkin/kin-openapi/compare/v0.123.0...v0.124.0)

---
updated-dependencies:
- dependency-name: github.com/getkin/kin-openapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <email address hidden>

17765a7... by Christian Oliff <email address hidden>

all: Typo fixes

92de862... by Bjørn Erik Pedersen

babel: Run go fmt

7907935... by guangwu <email address hidden>

babel: Close file before removing

02d5ec1... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

bump golang.org/x/mod from 0.16.0 to 0.17.0

Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/golang/mod/compare/v0.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <email address hidden>

2664052... by curegit <email address hidden>

hugolib: Fix regression for blank summaries

Fix regression in content summarization so that we can use empty
summary by using the manual summary divider. Since v0.123, there
has been the regression that causes Hugo to use automatic summary
generation when the manual summary results in an empty string,
even if there is a `<!--more-->` summary divider.

488b21d... by Bjørn Erik Pedersen

Fix sectionPagesMenu for pages in root level

Fixes #12306