Fix search URL.

This commit is contained in:
mtail 2019-03-11 14:56:08 -07:00
parent a798a2bcae
commit 90eba8afec
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@
{{ end }}
<input type="hidden" name="ie" value="utf-8" />
<input type="hidden" name="hl" value="en" />
<input type="hidden" id="search-page-url" value="{{ .Site.BaseURL }}search.html" />
<input type="hidden" id="search-page-url" value="{{ .Site.BaseURL }}/search.html" />
<input id="search-textbox" class="form-control" name="q" type="search" aria-label='{{ i18n "search" }}'/>
<button id="search-close" title='{{ i18n "search_cancel" }}' type="reset" aria-label='{{ i18n "search_cancel" }}'>{{ partial "icon.html" "cancel-x" }}</button>
</form>