mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Fixed search form path for non-root pages.
This commit is contained in:
parent
18169b2b65
commit
5825fa4741
|
@ -6,7 +6,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="header-right">
|
<div class="header-right">
|
||||||
<h3>Search the Documentation</h3>
|
<h3>Search the Documentation</h3>
|
||||||
<form action="search.html" method="get">
|
<form action="{{ pathto('search') }}" method="get">
|
||||||
<input type="text" name="q" value="">
|
<input type="text" name="q" value="">
|
||||||
<input type="submit" value="search">
|
<input type="submit" value="search">
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user