diff --git a/packages/www/src/docs/layouts/DocsLayout.astro b/packages/www/src/docs/layouts/DocsLayout.astro
index a7e6a047ae9..1a8c948378e 100644
--- a/packages/www/src/docs/layouts/DocsLayout.astro
+++ b/packages/www/src/docs/layouts/DocsLayout.astro
@@ -54,7 +54,15 @@ const canonical = new URL(Astro.url.pathname, "https://opencode.ai").href
- {Astro.props.title}
+
+ {Astro.props.title}
+
+
@@ -81,5 +89,21 @@ const canonical = new URL(Astro.url.pathname, "https://opencode.ai").href
addHeadingAnchors()
document.addEventListener("astro:page-load", addHeadingAnchors)
+