diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 087b258..838135b 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -15,9 +15,9 @@ const url = Astro.url.pathname; { url === "/" ? ( - {site["site-title"]} + ) : ( - <title>{[title, site["site-title"]].join(" | ")} + ) }