Skip to content

Commit 955b303

Browse files
committed
Merge branch 'preconnect-links'
2 parents 5bedd01 + 0b80bea commit 955b303

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_includes/head.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
<title>{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</title>
77
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
88

9+
<link rel="preconnect" href="https://fonts.googleapis.com" />
10+
<link rel="preconnect" href="https://fonts.gstatic.com" />
11+
{% if page.requires_jquery %}
12+
<link rel="preconnect" href="https://code.jquery.com" />
13+
{% endif %}
14+
{% if site.user_tracking %}
15+
<link rel="preconnect" href="https://plausible.io" />
16+
{% endif %}
17+
918
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
1019
<link rel="stylesheet" href="{{ '/css/main.css' | prepend: site.baseurl }}">
1120

0 commit comments

Comments
 (0)