mirror of
https://gitdab.com/cadence/breezewiki.git
synced 2026-03-05 13:40:27 -05:00
Add global search on home page
This commit is contained in:
2
dist.rkt
2
dist.rkt
@@ -4,6 +4,7 @@
|
||||
"src/dispatcher-tree.rkt")
|
||||
|
||||
(require (only-in "src/page-category.rkt" page-category))
|
||||
(require (only-in "src/page-global-search.rkt" page-global-search))
|
||||
(require (only-in "src/page-home.rkt" page-home))
|
||||
(require (only-in "src/page-not-found.rkt" page-not-found))
|
||||
(require (only-in "src/page-proxy.rkt" page-proxy))
|
||||
@@ -20,6 +21,7 @@
|
||||
(dispatcher-tree
|
||||
; order of these does not matter
|
||||
page-category
|
||||
page-global-search
|
||||
page-home
|
||||
page-not-found
|
||||
page-proxy
|
||||
|
||||
Reference in New Issue
Block a user