mirror of
https://github.com/thangisme/notes.git
synced 2026-06-14 20:39:59 -04:00
12 lines
203 B
Markdown
12 lines
203 B
Markdown
---
|
|
layout: default
|
|
nav_exclude: true
|
|
---
|
|
# Tests for exclusion untitled and excluded
|
|
|
|
This page does not have a `title`, and it is explicitly excluded from the navigation
|
|
|
|
```yaml
|
|
nav_exclude: true
|
|
```
|