Files
maupassant-hugo/layouts/partials/search_form.html
T
2019-12-19 19:09:15 +08:00

6 lines
436 B
HTML

<form id="search" action='{{if .Site.Params.localSearch }}{{ "search/"| absURL}}{{else}}//www.google.com/search{{end}}' method="get" accept-charset="utf-8" target="_blank" _lpchecked="1">
{{/** the keywords **/}}
<input type="text" name="q" maxlength="20" placeholder="Search">
<input type="hidden" name="sitesearch" value="{{ .Site.BaseURL }}">
<button type="submit" class="submit icon-search"></button>
</form>