diff --git a/website/src/layouts/Layout.astro b/website/src/layouts/Layout.astro index d01d0e32..0b1a8b85 100644 --- a/website/src/layouts/Layout.astro +++ b/website/src/layouts/Layout.astro @@ -31,6 +31,10 @@ const footerLinks = [ title: 'Daily list', href: '/daily', }, + { + title: 'Search', + href: '/search', + }, ] --- diff --git a/website/src/pages/search.astro b/website/src/pages/search.astro index 28f15399..94475880 100644 --- a/website/src/pages/search.astro +++ b/website/src/pages/search.astro @@ -1,17 +1,11 @@ --- +import PageLayout from '../layouts/PageLayout.astro' --- - - -