9 lines
322 B
HTML
9 lines
322 B
HTML
|
<form id="search"
|
||
|
action='{{ with .GetPage "/" }}{{.Permalink}}{{end}}' method="get">
|
||
|
<label hidden for="search-input">Search site</label>
|
||
|
<input tabindex="-1" type="text" id="search-input" name="query"
|
||
|
placeholder="search [i] ...">
|
||
|
<!-- <input tabindex="-1" type="submit" value="search"> -->
|
||
|
</form>
|
||
|
|