Skip to content

Commit f597119

Browse files
coliffmmistakes
authored andcommittedFeb 8, 2019
update Font Awesome (#2053)
* update Font Awesome REF: https://fontawesome.com/changelog/latest * Update _includes/scripts.html Co-Authored-By: coliff <[email protected]>
1 parent 8efaa7e commit f597119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎_includes/scripts.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{% endfor %}
1010
{% else %}
1111
<script src="{{ '/assets/js/main.min.js' | relative_url }}"></script>
12-
<script defer src="https://use.fontawesome.com/releases/v5.6.0/js/all.js" integrity="sha384-z9ZOvGHHo21RqN5De4rfJMoAxYpaVoiYhuJXPyVmSs8yn20IE3PmBM534CffwSJI" crossorigin="anonymous"></script>
12+
<script data-search-pseudo-elements defer src="https://use.fontawesome.com/releases/v5.7.1/js/all.js" integrity="sha384-eVEQC9zshBn0rFj4+TU78eNA19HMNigMviK/PU/FFjLXqa/GKPgX58rvt5Z8PLs7" crossorigin="anonymous"></script>
1313
{% endif %}
1414

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

0 commit comments

Comments
 (0)
Please sign in to comment.