From 362f2335eca53277a1677475a07b59e376061e02 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 19 Oct 2022 21:52:04 +0100 Subject: [PATCH] feat: add search functionality Refs: #25 --- website/src/layouts/Layout.astro | 4 ++++ website/src/pages/search.astro | 20 +++++++------------- 2 files changed, 11 insertions(+), 13 deletions(-) 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' --- - - -
-
- - - + + + + + -
+