From 1df8a5ed9f6974f526ac6f1924d021611be5032e Mon Sep 17 00:00:00 2001 From: Luke Fretwell Date: Wed, 29 Jul 2026 07:32:29 -0700 Subject: [PATCH] Fix relative search URLs, sync scangov.css light-mode fixes Search results were hardcoded to docs.scangov.org instead of relative paths - dropped the site.url prefix to match how the rest of the site builds internal links. --- _includes/search-lunr.html | 4 +- public/css/scangov.css | 222 +++++++++++++++++++++++++++---------- 2 files changed, 165 insertions(+), 61 deletions(-) diff --git a/_includes/search-lunr.html b/_includes/search-lunr.html index 5f567b4..a492649 100644 --- a/_includes/search-lunr.html +++ b/_includes/search-lunr.html @@ -18,12 +18,12 @@