From 641fa6ac5cfc6a089e724823db86edf40816e759 Mon Sep 17 00:00:00 2001 From: PLanCompS <18308236+pdmosses@users.noreply.github.com> Date: Mon, 28 Sep 2020 17:26:51 +0200 Subject: [PATCH] Create excluded.md Add a test for explicit exclusion of an untitled page. --- docs/tests/navigation/exclusion/excluded.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/tests/navigation/exclusion/excluded.md diff --git a/docs/tests/navigation/exclusion/excluded.md b/docs/tests/navigation/exclusion/excluded.md new file mode 100644 index 0000000..5f67d2b --- /dev/null +++ b/docs/tests/navigation/exclusion/excluded.md @@ -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 +```