1
0
mirror of https://github.com/thangisme/notes.git synced 2025-01-09 09:46:21 -05:00
notes/docs/tests/navigation/exclude/non-excluded-child.md
PLanCompS ca367e09d5 Added regression tests for navigation
See the change to `_config.yml` for how to activate the tests.
2020-08-13 16:52:30 +02:00

17 lines
291 B
Markdown

---
layout: default
title: Non-excluded Child
parent: Non-excluded
has_children: true
nav_exclude: false
---
# Non-excluded Child
This child page is explicitly not excluded, and should appear in the navigation.
```yaml
title: Non-excluded Child
parent: Non-excluded
nav_exclude: false
```