mirror of
https://github.com/thangisme/notes.git
synced 2026-06-15 14:59:55 -04:00
Display of grandchildren links in the navigation is now delayed until their parent is selected. To test, select the `Grandchildren test` node. Only the direct children should appear. Selecting one of them then shows its children.
13 lines
209 B
Markdown
13 lines
209 B
Markdown
---
|
|
layout: default
|
|
title: Grandchildren test
|
|
has_children: true
|
|
nav_order: 8
|
|
---
|
|
|
|
Grandchildren test
|
|
==================
|
|
|
|
Has a child [Buttons](buttons)
|
|
and a grandchild [Child of Buttons](buttons/grandchild)
|