2020-09-26 17:40:52 +08:00
|
|
|
<form action="/search" class="search-form widget" {{ with .OutputFormats.Get "json" -}}data-json="{{ .Permalink }}" {{- end }}>
|
|
|
|
<p>
|
2020-11-06 18:49:30 +08:00
|
|
|
<label>{{ T "searchTitle" }}</label>
|
|
|
|
<input name="keyword" required placeholder="{{ T `searchPlaceholder` }}" />
|
2020-09-26 17:40:52 +08:00
|
|
|
|
|
|
|
<button title="Search">
|
2020-10-13 02:31:40 +08:00
|
|
|
{{ partial "helper/icon" "search" }}
|
2020-09-26 17:40:52 +08:00
|
|
|
</button>
|
|
|
|
</p>
|
|
|
|
</form>
|