Closed issue by 0x0f0f0f on void-packages repository https://github.com/void-linux/void-packages/issues/14754 Description: ### System * xuname: Void 5.2.17_1 x86_64 GenuineIntel uptodate rrFFF * package: hugo-0.58.2_1 ### Expected behavior Running `hugo serve -D` and opening web page correctly displays post index folders. ### Actual behavior Preview is broken. Paths like `/posts/` should be correctly previewed but instead hugo returns an empty HTML page with status code 200 on GET request. ### Steps to reproduce the behavior Clone [hugo repository](https://github.com/gohugoio/hugo) `cd` into `hugo/examples/blog/` run `hugo serve -D` open browser at `localhost:1313/post`