diff options
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;")) |