We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184f4f3 commit 7597735Copy full SHA for 7597735
_includes/head.html
@@ -15,7 +15,8 @@
15
16
<!-- For all browsers -->
17
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
18
-<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css">
+<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
19
+<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css"></noscript>
20
21
<!--[if IE]>
22
<style>
@@ -36,4 +37,4 @@
36
37
{% for script in site.head_scripts %}
38
<script src="{{ script | relative_url }}"></script>
39
{% endfor %}
-{% endif %}
40
+{% endif %}
0 commit comments