Skip to content

v0.22.1

Compare
Choose a tag to compare
@bep bep released this 13 Jun 12:43
· 5262 commits to master since this release

Hugo 0.22.1 fixes a couple of issues reported after the 0.22 release Monday. Most importantly a fix for detecting regular subfolders below the root-sections.

Also, we forgot to adapt the permalink settings with support for nested sections, which made that feature less useful than it could be.

With this release you can configure permalinks with sections like this:

First level only:

[permalinks]
blog = ":section/:title"

Nested (all levels):

[permalinks]
blog = ":sections/:title"

Fixes


Automated with @goreleaser
Built with go version go1.8.3 darwin/amd64