9
9
< link rel ="stylesheet " href ="/css/style.css?_={{ site.time | date: '%s' }} ">
10
10
< link rel ="stylesheet " href ="/css/sintax.css?_={{ site.time | date: '%s' }} ">
11
11
12
+ < link
13
+ rel ="preload "
14
+ href ="/fonts/open-sans/OpenSans.woff2 "
15
+ as ="font "
16
+ type ="font/woff2 "
17
+ crossorigin
18
+ />
19
+ < link
20
+ rel ="preload "
21
+ href ="/fonts/open-sans/OpenSans-Italic.woff2 "
22
+ as ="font "
23
+ type ="font/woff2 "
24
+ crossorigin
25
+ />
26
+ < link
27
+ href ="/fonts/open-sans/OpenSans.woff "
28
+ as ="font "
29
+ type ="font/woff "
30
+ crossorigin
31
+ />
32
+ < link
33
+ href ="/fonts/open-sans/woff/OpenSans-Italic.woff "
34
+ as ="font "
35
+ type ="font/woff "
36
+ crossorigin
37
+ />
38
+
39
+ < link rel ="stylesheet " href ="/fonts/open-sans/fonts.css " />
40
+
12
41
< link rel ="stylesheet " href ="/css/font-awesome.min.css ">
13
42
< link rel ="stylesheet " href ="/css/langs/{{ page.lang }}.css ">
14
43
15
44
< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 ">
16
45
< meta name ="description " content ="{{page.description}} ">
17
46
< meta property ="og:url " content ="https://expressjs.com{{page.url}} ">
18
-
47
+
19
48
{% if page.author %}
20
- < meta property ="og:type " content ="article " >
49
+ < meta property ="og:type " content ="article ">
21
50
< meta property ="og:article:author " content ="{{page.author}} ">
22
51
{% else %}
23
- < meta property ="og:type " content ="website " >
52
+ < meta property ="og:type " content ="website ">
24
53
{% endif %}
25
-
54
+
26
55
< meta name ="title " property ="og:title " content ="{{page.title}} ">
27
56
< meta property ="og:description " content ="{{page.description}} ">
28
57
{% if page.image %}
29
- < meta property ="og:image " content ="{{page.image}} " >
58
+ < meta property ="og:image " content ="{{page.image}} ">
30
59
{% else %}
31
- < meta property ="og:image " content ="https://expressjs.com/images/og.png " >
60
+ < meta property ="og:image " content ="https://expressjs.com/images/og.png ">
32
61
{% endif %}
33
62
< meta name ="twitter:card " content ="summary_large_image ">
34
63
< meta property ="twitter:domain " content ="expressjs.com ">
35
64
< meta property ="twitter:url " content ="https://expressjs.com{{page.url}} ">
36
65
< meta name ="twitter:title " content ="{{page.title}} ">
37
66
< meta name ="twitter:description " content ="{{page.description}} ">
38
67
{% if page contains "image" %}
39
- < meta property ="twitter:image " content ="{{ page.image }} " >
68
+ < meta property ="twitter:image " content ="{{ page.image }} ">
40
69
{% else %}
41
- < meta property ="twitter:image " content ="https://expressjs.com/images/og.png " >
70
+ < meta property ="twitter:image " content ="https://expressjs.com/images/og.png ">
42
71
{% endif %}
43
72
44
73
< script data-cfasync ="false " src ="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js "> </ script >
49
78
50
79
< link rel ="alternate " type ="application/atom+xml " href ="/feed.xml " title ="Express Blog " />
51
80
< link rel ="alternate " type ="application/atom+xml " href ="/vulnerabilities.xml " title ="Express Vulnerabilities " />
52
- </ head >
81
+ </ head >
0 commit comments