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
@@ -45,5 +45,12 @@ links:
|
||||
{% include icons.html %}
|
||||
{% include footer.html links=page.links %}
|
||||
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/list.js/1.5.0/list.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
var list = new List('js-icons', {
|
||||
valueNames: [ 'icon-name', 'icon-tags' ]
|
||||
})
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user