-
Notifications
You must be signed in to change notification settings - Fork 1
How to change the back link to go to a parent page
Nick Colley edited this page Nov 18, 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-path-of-my-community
--->
... nested page for my community ...