mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 18:31:45 +01:00
10 lines
No EOL
387 B
HTML
10 lines
No EOL
387 B
HTML
<form action="/search" class="search-form widget" {{ with .OutputFormats.Get "json" -}}data-json="{{ .Permalink }}" {{- end }}>
|
|
<p>
|
|
<label>{{ T "search.title" }}</label>
|
|
<input name="keyword" required placeholder="{{ T `search.placeholder` }}" />
|
|
|
|
<button title="Search">
|
|
{{ partial "helper/icon" "search" }}
|
|
</button>
|
|
</p>
|
|
</form> |