Update font awesome (#1754)

* Update scripts.html

* update to 5.2.0

REF: https://github.com/FortAwesome/Font-Awesome/releases
This commit is contained in:
Christian Oliff 2018-07-24 23:38:49 +09:00 committed by Michael Rose
parent 99f727138f
commit 89d3cb3d02

View file

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