mirror of
https://github.com/thangisme/notes.git
synced 2025-01-09 09:46:21 -05:00
ca367e09d5
See the change to `_config.yml` for how to activate the tests.
17 lines
291 B
Markdown
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
|
|
```
|