1
0
Fork 0
ejv2.cc/themes/dead-simple/layouts/partials/search-form.html
2024-08-01 06:21:40 +01:00

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