Docs: Fix default-child wording (#1540)

There are two sub-pages demonstrating a difference in layouts used. However both share the same content. This makes them distinct.

https://just-the-docs.com/docs/layout/minimal/minimal/ :
- https://just-the-docs.com/docs/layout/minimal/default-child/
- https://just-the-docs.com/docs/layout/minimal/minimal-child/
This commit is contained in:
Jan Brasna
2025-01-06 08:56:18 +01:00
committed by GitHub
parent bce3c32f46
commit 31f5744f1f
2 changed files with 6 additions and 3 deletions

View File

@@ -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).