Update Font Awesome JS to 5.0.7 (#1555)

This commit is contained in:
Christian Oliff 2018-03-02 01:30:19 +09:00 committed by Michael Rose
parent a362e3b309
commit b99592bad0

View file

@ -9,7 +9,7 @@
{% endfor %}
{% else %}
<script src="{{ '/assets/js/main.min.js' | absolute_url }}"></script>
<script src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
<script src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
{% endif %}
{% if site.search == true or page.layout == "search" %}