Fixed search form path for non-root pages.

This commit is contained in:
OrfeasZ 2017-02-18 22:54:45 +02:00
parent 18169b2b65
commit 5825fa4741

View File

@ -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>