Welcome to mirror list, hosted at ThFree Co, Russian Federation.

search.html « partials « layouts - github.com/onweru/compose.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a305438a1fb0f223a4bbf13d943731f3c4f8f16a (plain)
1
2
3
4
5
6
7
8
9
10
{{ if .Site.Params.enableSearch | default true }}
<div class="search">
  <label for="find" class="search_label">
    {{- partial "sprite" (dict "icon" "search") }}
  </label>
  <input type="search" class="search_field" placeholder="{{ .Site.Params.searchPlaceholder }}" id="find" autocomplete="off">
  <div class="search_results"></div>
</div>
{{ end }}