Update Font Awesome to latest version (#1513)

Update Font Awesome to latest version
This commit is contained in:
Christian Oliff 2018-02-01 21:31:18 +09:00 committed by Michael Rose
parent f711708abe
commit d98808385f

View file

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