Spread the word:
I had to get that fix out before people started scratching their heads …
Spread the word:
I had to get that fix out before people started scratching their heads …
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
You’re getting pretty fast at this. Docker Hugo has been updated.
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.