Skip to content

Commit

Permalink
Update Font Awesome JS to 5.0.8 (#1561)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored and mmistakes committed Mar 12, 2018
1 parent df1e07e commit 0471686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.7/js/all.js"></script>
<script src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script>
{% endif %}

{% if site.search == true or page.layout == "search" %}
Expand Down

0 comments on commit 0471686

Please sign in to comment.