From 92a3e001e1f1e6b3c8f483f75b6b97ba26972a64 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 19 Oct 2022 22:02:54 +0100 Subject: [PATCH] feat: add links to common searches Refs: #25 --- website/src/pages/search.astro | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) diff --git a/website/src/pages/search.astro b/website/src/pages/search.astro index 94475880..b8b0e447 100644 --- a/website/src/pages/search.astro +++ b/website/src/pages/search.astro @@ -1,11 +1,35 @@ --- import PageLayout from '../layouts/PageLayout.astro' + +const commonSearches = [ + 'Drupal', + 'Test-Driven Development', + 'Tailwind CSS', + 'Ansible', + 'Ansistrano', +] --- -
- - - -
+
+
+ + + +
+
+ +