diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 68b1b344e..c621b6007 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -33,10 +33,6 @@ const footerLinks = [ title: "Daily list", href: "/daily", }, - { - title: "Search", - href: "/search", - }, ]; const canonicalURL = new URL(Astro.url.pathname, Astro.site).toString().replace(/\/$/, "");