mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add search to home page (#197)
This commit is contained in:
committed by
Cole Bemis
parent
5d6740d0d3
commit
f642639f0c
@@ -1,4 +1,9 @@
|
||||
<div class="w-80 mw8 center">
|
||||
<div class="w-80 mw8 center" id="js-icons">
|
||||
<input
|
||||
type="search"
|
||||
class="search fuzzy-search input-reset w-100 mb3 pv3 ph3 ph4-ns rubik f5 lh-copy bg-white br1 ba b--black-20"
|
||||
placeholder="Search"
|
||||
/>
|
||||
<ul class="icon-grid mv0 pl0 list">
|
||||
{% for file in site.static_files %}
|
||||
{% if file.path contains 'dist/icons/' %}
|
||||
|
||||
Reference in New Issue
Block a user