hugo-theme-stack-stars/layouts/partials/widget/search.html

10 lines
No EOL
360 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">
{{ partial "helper/icon" "search" }}
</button>
</p>
</form>