Update Font Awesome to latest version (#1513)
Update Font Awesome to latest version
This commit is contained in:
parent
f711708abe
commit
d98808385f
1 changed files with 1 additions and 1 deletions
|
@ -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" %}
|
||||||
|
|
Loading…
Reference in a new issue