Files
notes/docs/tests/navigation/exclude/excluded-child.md
T

16 lines
258 B
Markdown
Raw Normal View History

2020-08-13 16:52:30 +02:00
---
layout: default
title: Excluded Child
parent: Not Excluded
nav_exclude: true
---
# Excluded Child
This child page is explicitly excluded, and should not appear in the navigation.
```yaml
title: Excluded Child
parent: Not Excluded
nav_exclude: true
```