Skip to content

Commit

Permalink
Merge pull request matcornic#215 from coliff/patch-5
Browse files Browse the repository at this point in the history
This fixes the close/cancel search icon not showing
  • Loading branch information
matalo33 authored Dec 21, 2018
2 parents 2e79e2a + 22ee77a commit c309285
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="search" 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 c309285

Please sign in to comment.