fix: search.html for relative roots
parent
3a977a94ca
commit
1c44e861be
|
@ -48,7 +48,7 @@ def baseHtmlGenerator (title : String) (site : Array Html) : BaseHtmlM Html := d
|
||||||
<form action="https://google.com/search" method="get" id="search_form">
|
<form action="https://google.com/search" method="get" id="search_form">
|
||||||
<input type="hidden" name="sitesearch" value="https://leanprover-community.github.io/mathlib4_docs"/>
|
<input type="hidden" name="sitesearch" value="https://leanprover-community.github.io/mathlib4_docs"/>
|
||||||
<input type="text" name="q" autocomplete="off"/> 
|
<input type="text" name="q" autocomplete="off"/> 
|
||||||
<button id="search_button" onclick="javascript: form.action='/search.html';">Search</button>
|
<button id="search_button" onclick={s!"javascript: form.action='{← getRoot}search.html';"}>Search</button>
|
||||||
<button>Google site search</button>
|
<button>Google site search</button>
|
||||||
</form>
|
</form>
|
||||||
</header>
|
</header>
|
||||||
|
|
Loading…
Reference in New Issue