Skip to content

Linking to pages

Insert links to pages and maintain their correctness even when moving .md files all over the place.

Assign $id to a page

Using YAML frontmatter:

render.md
---
title: "Render: macro"
$id: render
---

# ✂ ⋯⋯⋯⋯⋯⋯⋯⋯⋯

Then call the page

{{ render("render") }}

Here it is: Render: macro.