You've already forked nakamoto-archive
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
|
||
|
|
```
|