10 lines
385 B
HTML
10 lines
385 B
HTML
<form action="/search" class="search-form widget" {{ with .OutputFormats.Get "json" -}}data-json="{{ .Permalink }}" {{- end }}>
|
|
<p>
|
|
<label>{{ T "searchTitle" }}</label>
|
|
<input name="keyword" required placeholder="{{ T `searchPlaceholder` }}" />
|
|
|
|
<button title="Search">
|
|
{{ partial "helper/icon" "search" }}
|
|
</button>
|
|
</p>
|
|
</form> |