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

10 lines
360 B
HTML
Raw Normal View History

2020-09-26 09:40:52 +00:00
<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" }}
2020-09-26 09:40:52 +00:00
</button>
</p>
</form>