diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2026-02-15 08:36:30 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2026-02-15 08:36:30 -0500 |
| commit | 0e290794a649424c9853d1958be8674ac91353c0 (patch) | |
| tree | 5a85f03b5b3c3c11c0a98a3329a8983a7051078c /jakob/theme.scm | |
| parent | 0605db909c9edde1dcbdb6157f18f29ec1112e54 (diff) | |
Integrate pagefind
Diffstat (limited to 'jakob/theme.scm')
| -rw-r--r-- | jakob/theme.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jakob/theme.scm b/jakob/theme.scm index 0cfebd6..65aaf51 100644 --- a/jakob/theme.scm +++ b/jakob/theme.scm @@ -73,7 +73,7 @@ (class "module-title module-title-has-icon") (style ,(fugue-icon-path "magnifier"))) "Search") - (form (@ (action "/search") + (form (@ (action "/search.html") (method "GET") (role "search") (style "display: flex; gap: 5px;")) |