Looks like there are some issues with this build. It’ll take me a while to track down enough to file a bug, but the most recent draft article is being partially included in non-draft builds, as a stub entry with just a title (no content, no permalink). It has only one category listed in the front matter, but gets included in three others, and appears twice in the correct one, on different pages.
The diff from the 0.56.3 build output is over 10,000 lines; hopefully I just need some small template changes to eliminate most of the cruft and see just the real errors.
…and as soon as I manage to whittle down the 10,000-line diff, I’ll work on a minimal repeat-by. Meanwhile, it’s a heads-up that a large site that worked perfectly under 0.56.3 blew chunks under 0.57.
Follow the Hugo Quickstart to create a stub site with the Ananke theme.
Add a single taxonomy to config.toml:
[taxonomies]
category = "categories"
Create a handful of content files with category set, with one of them set to draft=true (tarball; the draft article has the string “Draft1” as the title).
hugo
The string “Draft” should not appear in the site, but does: find public -type f | xargs grep Draft
In every file where this bogus entry appears, it has only a title, and no URL or content: