Update Font Awesome to v5.0.11 (#1620)

* Update Font Awesome to v5.0.10

https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md

* Update scripts.html
This commit is contained in:
Christian Oliff
2018-05-03 14:24:25 -04:00
committed by Michael Rose
parent d4b4c890db
commit ac2b8db6b3
+1 -1
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.0.9/js/all.js"></script>
<script src="https://use.fontawesome.com/releases/v5.0.11/js/all.js"></script>
{% endif %}
{% if site.search == true or page.layout == "search" %}