mirror of
https://github.com/thangisme/notes.git
synced 2025-11-23 13:12:25 -05:00
16 lines
258 B
Markdown
16 lines
258 B
Markdown
---
|
|
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
|
|
```
|