1
0
mirror of https://github.com/thangisme/notes.git synced 2026-06-16 05:40:00 -04:00
Files
notes/docs/tests/navigation/grandparent/dca.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: A
---
# D
A grandchild of page A
```yaml
title: D
parent: C
grand_parent: A
```