|
14 | 14 | <meta property="og:locale" content="en_US" />
|
15 | 15 |
|
16 | 16 | <!-- fonts -->
|
17 |
| -<link rel="preload" as="font" crossorigin href="{{ get_url(path="fonts/AlfaSlabOne-Regular.ttf") }}"> |
18 |
| -<link rel="preload" as="font" crossorigin href="{{ get_url(path="fonts/FiraSans-ExtraBold.ttf") }}"> |
19 |
| -<link rel="preload" as="font" crossorigin href="{{ get_url(path="fonts/FiraSans-ExtraBoldItalic.ttf") }}"> |
20 |
| -<link rel="preload" as="font" crossorigin href="{{ get_url(path="fonts/FiraSans-Italic.ttf") }}"> |
21 |
| -<link rel="preload" as="font" crossorigin href="{{ get_url(path="fonts/FiraSans-Italic.ttf") }}"> |
22 |
| -<link rel="preload" as="font" crossorigin href="{{ get_url(path="fonts/FiraSans-Regular.ttf") }}"> |
23 |
| -<link rel="preload" as="font" crossorigin href="{{ get_url(path="fonts/FiraSans-SemiBold.ttf") }}"> |
24 |
| -<link rel="preload" as="font" crossorigin href="{{ get_url(path="fonts/FiraSans-SemiBoldItalic.ttf") }}"> |
| 17 | +<link rel="preload" as="font" crossorigin href="{{ get_url(path="fonts/woff2/AlfaSlabOne-Regular.woff2") | safe }}"> |
| 18 | +<link rel="preload" as="font" crossorigin href="{{ get_url(path="fonts/woff2/FiraSans-ExtraBold.woff2") | safe }}"> |
| 19 | +<link rel="preload" as="font" crossorigin href="{{ get_url(path="fonts/woff2/FiraSans-ExtraBoldItalic.woff2") | safe }}"> |
| 20 | +<link rel="preload" as="font" crossorigin href="{{ get_url(path="fonts/woff2/FiraSans-Italic.woff2") | safe }}"> |
| 21 | +<link rel="preload" as="font" crossorigin href="{{ get_url(path="fonts/woff2/FiraSans-Italic.woff2") | safe }}"> |
| 22 | +<link rel="preload" as="font" crossorigin href="{{ get_url(path="fonts/woff2/FiraSans-Regular.woff2") | safe }}"> |
| 23 | +<link rel="preload" as="font" crossorigin href="{{ get_url(path="fonts/woff2/FiraSans-SemiBold.woff2") | safe }}"> |
| 24 | +<link rel="preload" as="font" crossorigin href="{{ get_url(path="fonts/woff2/FiraSans-SemiBoldItalic.woff2") | safe }}"> |
25 | 25 |
|
26 | 26 | <!-- styles -->
|
27 |
| -<link rel="stylesheet" href="{{ get_url(path="styles/skeleton.css") }}"/> |
28 |
| -<link rel="stylesheet" href="{{ get_url(path="styles/tachyons.css") }}"/> |
29 |
| -<link rel="stylesheet" href="{{ config.base_url }}/fonts.css"/> |
30 |
| -<link rel="stylesheet" href="{{ config.base_url }}/app.css"/> |
| 27 | +<link rel="stylesheet" href="{{ get_url(path="styles/skeleton.css") | safe }}"/> |
| 28 | +<link rel="stylesheet" href="{{ get_url(path="styles/tachyons.css") | safe }}"/> |
| 29 | +<link rel="stylesheet" href="{{ config.base_url | safe }}/fonts.css"/> |
| 30 | +<link rel="stylesheet" href="{{ config.base_url | safe }}/app.css"/> |
31 | 31 |
|
32 | 32 | <!-- favicon -->
|
33 |
| -<link rel="apple-touch-icon" sizes="180x180" href="{{ get_url(path="images/apple-touch-icon.png") }}"> |
34 |
| -<link rel="icon" type="image/png" sizes="32x32" href="{{ get_url(path="images/favicon-32x32.png") }}"> |
35 |
| -<link rel="icon" type="image/png" sizes="16x16" href="{{ get_url(path="images/favicon-16x16.png") }}"> |
36 |
| -<link rel="shortcut icon" href="{{ get_url(path="images/favicon.ico") }}"> |
37 |
| -<link rel="manifest" href="{{ get_url(path="images/site.webmanifest") }}"> |
38 |
| -<link rel="mask-icon" color="#5bbad5" href="{{ get_url(path="images/safari-pinned-tab.svg") }}"> |
| 33 | +<link rel="apple-touch-icon" sizes="180x180" href="{{ get_url(path="images/apple-touch-icon.png") | safe }}"> |
| 34 | +<link rel="icon" type="image/png" sizes="32x32" href="{{ get_url(path="images/favicon-32x32.png") | safe }}"> |
| 35 | +<link rel="icon" type="image/png" sizes="16x16" href="{{ get_url(path="images/favicon-16x16.png") | safe }}"> |
| 36 | +<link rel="shortcut icon" href="{{ get_url(path="images/favicon.ico") | safe }}"> |
| 37 | +<link rel="manifest" href="{{ get_url(path="images/site.webmanifest") | safe }}"> |
| 38 | +<link rel="mask-icon" color="#5bbad5" href="{{ get_url(path="images/safari-pinned-tab.svg") | safe }}"> |
39 | 39 | <meta name="msapplication-TileColor" content="#00aba9">
|
40 | 40 | <meta name="theme-color" content="#ffffff">
|
41 | 41 |
|
|
0 commit comments