diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index 298695b..6f61933 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -14,7 +14,7 @@ const { title } = Astro.props;
-
{title}
+ grammY tools{title ? `| ${title}` : ''}
diff --git a/src/pages/index.astro b/src/pages/index.astro
index c2f92e2..1f1dceb 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -2,7 +2,7 @@
import Layout from "../layouts/Layout.astro";
---
-
+
{[
["/update-explorer", "Update Explorer"],