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:
parent
99f727138f
commit
89d3cb3d02
1 changed files with 1 additions and 1 deletions
|
@ -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" %}
|
||||
|
|
Loading…
Add table
Reference in a new issue