10 lines
383 B
HTML
10 lines
383 B
HTML
<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">
|
|
{{ (resources.Get "icons/search.svg").Content | safeHTML }}
|
|
</button>
|
|
</p>
|
|
</form> |