Skip to content

Commit

Permalink
Update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Mar 3, 2025
1 parent b1eae1c commit ad78483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/search/fusejs.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<input type="search" id="search" class="form-control rounded-right" placeholder="{{ site.search.label | default: "Search" }}...">
</form>
{% if show_attrib %}
<p class="text-right small mt-1"> Powered by <a href="https://www.fusejs.io/"><i class="fa-solid fa-asterisk fa-lg fa-spin fuse-logo"></i> Fuse.js</a></p>
<p class="text-right small mt-1"> Powered by <i class="fa-solid fa-asterisk fa-lg fa-spin fuse-logo"></i> <a href="https://www.fusejs.io/">Fuse.js</a></p>
{% endif %}
<div id="resultscount"></div>
<div id="results" class="mt-3 text-left"></div>

0 comments on commit ad78483

Please sign in to comment.