wiki.trwnh.com/layouts/partials/search/search-form.html

6 lines
311 B
HTML
Raw Normal View History

2022-11-26 14:56:23 +00:00
<form id="search-form" action='{{ with .GetPage "/search" }}{{.Permalink}}{{end}}' method="get">
<label hidden for="search-input">Search site</label>
<input id="search-input" type="text" name="query" placeholder="Type here to search">
<input id="search-submit" type="submit" value="search">
</form>