Update Font Awesome to latest version (#1830)
This commit is contained in:
parent
396e2ae402
commit
fe67efdee8
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.2.0/js/all.js"></script>
|
||||
<script src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
|
||||
{% endif %}
|
||||
|
||||
{% if site.search == true or page.layout == "search" %}
|
||||
|
|
Loading…
Reference in a new issue