From 89a1fd5dee1d5620b0458276ad44aea714e6939a Mon Sep 17 00:00:00 2001
From: weru <onewesh@gmail.com>
Date: Tue, 06 Oct 2020 11:07:22 +0000
Subject: [PATCH] update
---
layouts/partials/search.html | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/layouts/partials/search.html b/layouts/partials/search.html
index 0fdbf7e..f4a9911 100644
--- a/layouts/partials/search.html
+++ b/layouts/partials/search.html
@@ -1,6 +1,8 @@
{{ if .Site.Params.enableSearch | default true }}
<div class="search">
- <label for="search" class="search_label"></label>
+ <label for="search" class="search_label">
+ {{- partial "sprite" (dict "icon" "search") }}
+ </label>
<input type="search" class="search_field" placeholder="{{ .Site.Params.searchPlaceholder }}" id="search" autocomplete="off">
<div class="search_results"></div>
</div>
--
Gitblit v1.10.0