About.md not finding layouts/page/single.html in 0.146.1

My about.md page in content/about.md used to default to the layout at layouts/page/single.html but with 0.146.1 it defaults to layouts/default/single.html instead.

Was I supposed to change something to be compatible with 0.146.1?

I’m not sure if that is an intentional breaking change.

Fix it with this:

mv layouts/page/single.html layouts/about/single.html

cc @bep

Either way, it’s incredibly hard to reason about in any automated way.

That did fix it. Thanks!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.