Hugo 0.30.2 Released

Spread the word:

I had to get that fix out before people started scratching their heads …

5 Likes

Hugo Snap - the Hugo Snap/SnapCraft package - updated
Docker Hugo - a Hugo Docker image for Continuous Integration - updated
Fedora Copr - Hugo RPM packages for Fedora and CentOS - updated :slight_smile:

2 Likes

You’re getting pretty fast at this. Docker Hugo has been updated. :slight_smile:

1 Like

:slight_smile: yes I wasn’t too busy for the latest releases.

It looks like the 0.30.x releases broke the .Sections variable. It used to contain all children sections of a given page, but now it only returns the sections that have pages but not the ones that only have an _index.md file.

So for:

/content/a/foo.md
        /b/_index.md

it only returns the a section.

where .Site.Pages "Kind" "section" also doesn’t return the sections with _index.md only.