Skip to content

Commit

Permalink
This fixes the close/cancel search icon not showing
Browse files Browse the repository at this point in the history
This fixes issue: matcornic#209
  • Loading branch information
coliff authored Dec 20, 2018
1 parent e4c95a8 commit f601e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/search.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="searchbox">
<label for="search-by"><i class="fas fa-search"></i></label>
<input data-search-input id="search-by" type="text" placeholder="{{T "Search-placeholder"}}">
<span data-search-clear=""><i class="fas fa-close"></i></span>
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
{{ $assetBusting := not .Site.Params.disableAssetsBusting }}
<script type="text/javascript" src="{{"js/lunr.min.js" | relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}"></script>
Expand Down

0 comments on commit f601e12

Please sign in to comment.