diff --git a/docs-src/_includes/example.11ty.cjs b/docs-src/_includes/example.11ty.cjs
index b972e71..9e98890 100644
--- a/docs-src/_includes/example.11ty.cjs
+++ b/docs-src/_includes/example.11ty.cjs
@@ -1,4 +1,5 @@
const page = require('./page.11ty.cjs');
+const relative = require('./relative-path.cjs');
/**
* This template extends the page template and adds an examples list.
@@ -21,7 +22,7 @@ const renderExample = ({name, content, collections, page}) => {
? ''
: collections.example.map((post) => `
diff --git a/docs/examples/index.html b/docs/examples/index.html
index 7a3d4fd..6a24fce 100644
--- a/docs/examples/index.html
+++ b/docs/examples/index.html
@@ -6,10 +6,10 @@
⌲ Examples ⌲ Basic
-
+
-
-
+
+
@@ -20,7 +20,7 @@
@@ -33,11 +33,11 @@
diff --git a/docs/examples/name-property/index.html b/docs/examples/name-property/index.html
index 699244a..5c844fd 100644
--- a/docs/examples/name-property/index.html
+++ b/docs/examples/name-property/index.html
@@ -6,10 +6,10 @@
⌲ Examples ⌲ Name Property
-
+
-
-
+
+
@@ -19,10 +19,10 @@
@@ -33,11 +33,11 @@
diff --git a/docs/index.html b/docs/index.html
index 895c19c..400f29a 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -6,10 +6,10 @@
⌲ Home
-
+
-
-
+
+
@@ -19,10 +19,10 @@
diff --git a/docs/install/index.html b/docs/install/index.html
index 2ebe663..efb6a8e 100644
--- a/docs/install/index.html
+++ b/docs/install/index.html
@@ -6,10 +6,10 @@
⌲ Install
-
+
-
-
+
+
@@ -22,7 +22,7 @@
Home
Examples
API
- Install
+ Install