File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 4
4
<!-- 'shrint-to-fit=no' is a post-Safari 9.0 workaround
5
5
https://stackoverflow.com/questions/33767533/what-does-the-shrink-to-fit-viewport-meta-attribute-do
6
6
-->
7
- < meta
8
- name ="viewport "
9
- content ="width=device-width, initial-scale=1.0, shrink-to-fit=no "
10
- />
7
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0, shrink-to-fit=no " />
11
8
12
9
< title > Alex Gavin</ title >
13
10
< link rel ="icon " type ="image/x-icon " href ="{{ get_url(path=config.extra.favicon) }} " />
17
14
< meta name ="description " content ="Portfolio website " />
18
15
19
16
<!-- CSS & JS -->
20
- < link rel ="stylesheet " href ="{{ get_url(path=`main.css`) }} " />
17
+ < link rel ="preload stylesheet " href ="{{ get_url(path=`main.css`) }} " />
21
18
< link
22
19
href ="https://pvinis.github.io/iosevka-webfont/3.4.1/iosevka.css "
23
- rel ="stylesheet "
20
+ rel ="stylesheet preload "
21
+ as ="font "
24
22
/>
25
23
</ head >
You can’t perform that action at this time.
0 commit comments