2020-09-26 05:40:52 -04:00
|
|
|
<form action="/search" class="search-form widget" {{ with .OutputFormats.Get "json" -}}data-json="{{ .Permalink }}" {{- end }}>
|
|
|
|
<p>
|
|
|
|
<label>Search</label>
|
|
|
|
<input name="keyword" required placeholder="Type something..." />
|
|
|
|
|
|
|
|
<button title="Search">
|
2020-10-12 14:31:40 -04:00
|
|
|
{{ partial "helper/icon" "search" }}
|
2020-09-26 05:40:52 -04:00
|
|
|
</button>
|
|
|
|
</p>
|
|
|
|
</form>
|