1
0
mirror of https://github.com/thangisme/notes.git synced 2026-06-16 17:39:58 -04:00
Files
notes/docs/tests/navigation/grandparent/dcb.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

17 lines
136 B
Markdown

---
layout: default
title: D
parent: C
grand_parent: B
---
# D
A grandchild of page B
```yaml
title: D
parent: C
grand_parent: B
```