mirror of
https://github.com/adityatelange/hugo-index.git
synced 2025-10-07 01:54:17 +00:00
11 lines
393 B
HTML
11 lines
393 B
HTML
<div class="searchBox">
|
|
<input id="search" autofocus type="search" placeholder='
|
|
{{- with site.Params.headers }}
|
|
{{- print "Search among" }}
|
|
{{- printf " %d %s " (len site.RegularPages) (.key | pluralize | lower) }}
|
|
{{- print "and" }}
|
|
{{- printf " %d %s..." (len site.Taxonomies.tags) (.value | pluralize | lower) }}
|
|
{{- end -}}
|
|
' autocomplete="off" />
|
|
</div>
|