mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-15 07:41:21 +00:00
6 lines
311 B
HTML
6 lines
311 B
HTML
<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>
|