Skip to content

Commit

Permalink
Fix inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
pdmosses committed Mar 9, 2024
1 parent c2d6d36 commit 5d7e6fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Non-excluded Child of Excluded
parent: Excluded
has_children: true
nav_exclude: false
---
# Non-excluded Child of Excluded
Expand All @@ -10,5 +11,6 @@ This child page is explicitly not excluded, but its parent page is excluded, so
```yaml
title: Non-excluded Child of Excluded
parent: Excluded
has_children: true
nav_exclude: false
```
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Non-excluded Grandchild of Excluded
parent: Non-excluded Child
parent: Non-excluded Child of Excluded
grand_parent: Excluded
nav_exclude: false
---
Expand Down

0 comments on commit 5d7e6fd

Please sign in to comment.