diff --git a/CHANGELOG.md b/CHANGELOG.md index 263c355..a8cfd97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,9 +22,12 @@ Code changes to `main` that are *not* in the latest release: Docs changes made since the latest release: -- N/A +- Fixed: incorrect docs for example with minimal layout parent, default layout child by [@janbrasna] in [#1540] + +[@janbrasna]: https://github.com/janbrasna [#1461]: https://github.com/just-the-docs/just-the-docs/pull/1461 +[#1540]: https://github.com/just-the-docs/just-the-docs/pull/1540 [#1590]: https://github.com/just-the-docs/just-the-docs/pull/1590 ## Release v0.10.0 diff --git a/docs/layout/minimal/default-child.md b/docs/layout/minimal/default-child.md index 9e09c95..2488fe9 100644 --- a/docs/layout/minimal/default-child.md +++ b/docs/layout/minimal/default-child.md @@ -5,6 +5,6 @@ parent: A minimal layout page grand_parent: Layout --- -# A minimal layout page +# Default layout child page -This is a child page that uses the same minimal layout as its parent page. +This is a child page that uses the `default` layout as compared to its parent page (which uses the `minimal` layout).