File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 6
6
< title > {% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</ title >
7
7
< meta name ="description " content ="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %} ">
8
8
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
+
9
18
< 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 " />
10
19
< link rel ="stylesheet " href ="{{ '/css/main.css' | prepend: site.baseurl }} ">
11
20
You can’t perform that action at this time.
0 commit comments