2020-09-26 11:40:52 +02:00
|
|
|
<form action="/search" class="search-form widget" {{ with .OutputFormats.Get "json" -}}data-json="{{ .Permalink }}" {{- end }}>
|
|
|
|
|
<p>
|
2020-12-19 01:41:26 +01:00
|
|
|
<label>{{ T "search.title" }}</label>
|
|
|
|
|
<input name="keyword" required placeholder="{{ T `search.placeholder` }}" />
|
2020-09-26 11:40:52 +02:00
|
|
|
|
|
|
|
|
<button title="Search">
|
2020-10-12 20:31:40 +02:00
|
|
|
{{ partial "helper/icon" "search" }}
|
2020-09-26 11:40:52 +02:00
|
|
|
</button>
|
|
|
|
|
</p>
|
|
|
|
|
</form>
|