-
Notifications
You must be signed in to change notification settings - Fork 1
How to make a nested page
Nick Colley edited this page Oct 26, 2022
·
2 revisions
- Create a new page.
- Add the
parent
option with the URL path to the parent page to the frontmatter (<!--- --->
) at the top:
<!---
parent: Url-to-parent-page
--->
Content for the page here...
Give feedback or report bugs on Github.