1
0
mirror of https://github.com/thangisme/notes.git synced 2025-11-23 13:12:25 -05:00
Files
notes/docs/tests/navigation/exclude/excluded.md
PLanCompS ca367e09d5 Added regression tests for navigation
See the change to `_config.yml` for how to activate the tests.
2020-08-13 16:52:30 +02:00

281 B

layout, title, has_children, nav_exclude
layout title has_children nav_exclude
default Excluded true true

Excluded

This top-level page is explicitly excluded, and should not appear in the navigation. Any child pages are implicitly excluded.

title: Excluded
has_children: true
nav_exclude: true