mirror of https://github.com/istio/istio.io.git
Fix search URL.
This commit is contained in:
parent
a798a2bcae
commit
90eba8afec
|
|
@ -119,7 +119,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<input type="hidden" name="ie" value="utf-8" />
|
<input type="hidden" name="ie" value="utf-8" />
|
||||||
<input type="hidden" name="hl" value="en" />
|
<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" }}'/>
|
<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>
|
<button id="search-close" title='{{ i18n "search_cancel" }}' type="reset" aria-label='{{ i18n "search_cancel" }}'>{{ partial "icon.html" "cancel-x" }}</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue