Create excluded.md

Add a test for explicit exclusion of an untitled page.
This commit is contained in:
PLanCompS 2020-09-28 17:26:51 +02:00
parent 09ab1c3131
commit 641fa6ac5c
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
---
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
```