Update Font Awesome to 5.0.12

This commit is contained in:
Michael Rose
2018-05-03 15:51:06 -04:00
parent 3ffe095474
commit 7092d4301e
2 changed files with 2 additions and 2 deletions

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.11/js/all.js"></script>
<script src="https://use.fontawesome.com/releases/v5.0.12/js/all.js"></script>
{% endif %}
{% if site.search == true or page.layout == "search" %}