@@ -18,27 +18,27 @@ const twitterCardType = twitterImage ? 'summary_large_image' : 'summary';
18
18
19
19
// obtain Git commit hash
20
20
const hash = childProcess
21
- .execSync (" git rev-parse --short HEAD" )
22
- .toString ()
23
- .trim ();
21
+ .execSync (" git rev-parse --short HEAD" )
22
+ .toString ()
23
+ .trim ();
24
24
---
25
25
26
26
<!DOCTYPE html >
27
27
<html lang =" en" >
28
- <head >
28
+ <head >
29
29
<GoogleTag />
30
30
<style >
31
31
@view-transition {
32
32
navigation: auto;
33
33
}
34
34
</style >
35
- <meta charset =" UTF-8" />
36
- <meta name =" viewport" content =" width=device-width" />
35
+ <meta charset =" UTF-8" />
36
+ <meta name =" viewport" content =" width=device-width" />
37
37
<link rel =" sitemap" href =" /sitemap-index.xml" />
38
38
39
39
<!-- Favicons -->
40
- <link rel =" shortcut icon" href =" /favicon.ico" type =" image/x-icon" />
41
- <link rel =" apple-touch-icon" href =" /apple-touch-icon.png" >
40
+ <link rel =" shortcut icon" href =" /favicon.ico" type =" image/x-icon" />
41
+ <link rel =" apple-touch-icon" href =" /apple-touch-icon.png" >
42
42
<link rel =" apple-touch-icon" sizes =" 57x57" href =" /apple-touch-icon-57x57.png" />
43
43
<link rel =" apple-touch-icon" sizes =" 72x72" href =" /apple-touch-icon-72x72.png" />
44
44
<link rel =" apple-touch-icon" sizes =" 76x76" href =" /apple-touch-icon-76x76.png" />
@@ -49,12 +49,12 @@ const hash = childProcess
49
49
<link rel =" apple-touch-icon" sizes =" 180x180" href =" /apple-touch-icon-180x180.png" />
50
50
51
51
<!-- SEO -->
52
- <link rel =" canonical" href ={ canonicalURL } />
52
+ <link rel =" canonical" href ={ canonicalURL } />
53
53
54
- <!-- General Meta Tags -->
55
- <meta name =" title" content ={ metaTitle } />
56
- <meta name =" description" content ={ description } />
57
- <meta name =" author" content ={ config .title } />
54
+ <!-- General Meta Tags -->
55
+ <meta name =" title" content ={ metaTitle } />
56
+ <meta name =" description" content ={ description } />
57
+ <meta name =" author" content ={ config .title } />
58
58
<meta name =" generator" content ={ Astro .generator } />
59
59
60
60
<!-- Additional Meta Tags -->
@@ -64,35 +64,35 @@ const hash = childProcess
64
64
<meta property =" DC.title" content ={ metaTitle } />
65
65
<meta property =" copyright" content ={ ` Chocolatey is Copyright 2020 - ${new Date ().getFullYear ()} Chocolatey Software, Inc. ` } />
66
66
67
- <!-- Open Graph / Facebook -->
68
- <meta property =" og:title" content ={ metaTitle } />
69
- <meta property =" og:description" content ={ description } />
70
- <meta property =" og:url" content ={ canonicalURL } />
71
- <meta property =" og:image" content ={ ogImageURL } />
67
+ <!-- Open Graph / Facebook -->
68
+ <meta property =" og:title" content ={ metaTitle } />
69
+ <meta property =" og:description" content ={ description } />
70
+ <meta property =" og:url" content ={ canonicalURL } />
71
+ <meta property =" og:image" content ={ ogImageURL } />
72
72
73
- <!-- Twitter -->
73
+ <!-- Twitter -->
74
74
<meta name =" twitter:site" content =" @chocolateynuget" >
75
75
<meta property =" twitter:title" content ={ metaTitle } />
76
76
<meta property =" twitter:url" content ={ canonicalURL } />
77
77
<meta property =" twitter:description" content ={ description } />
78
78
<meta property =" twitter:image" content ={ twitterImageURL } />
79
79
<meta property =" twitter:card" content ={ twitterCardType } />
80
-
81
- <!-- Google Font -->
82
- <link rel =" preconnect" href =" https://fonts.googleapis.com" >
83
- <link rel =" preconnect" href =" https://fonts.gstatic.com" crossorigin >
84
- <link href =" https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Roboto+Mono:wght@300;400;600;700&display=swap" rel =" stylesheet" >
85
80
86
- <!-- CSS -->
87
- <link rel =" stylesheet" href ={ ` /styles/docs.min.purged.css?v=${hash } ` } />
81
+ <!-- Google Font -->
82
+ <link rel =" preconnect" href =" https://fonts.googleapis.com" >
83
+ <link rel =" preconnect" href =" https://fonts.gstatic.com" crossorigin >
84
+ <link href =" https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Roboto+Mono:wght@300;400;600;700&display=swap" rel =" stylesheet" >
88
85
89
- <!-- JS -->
90
- <script is:inline src ={ ` /scripts/theme-toggle.min.js?v=${hash } ` } ></script >
86
+ <!-- CSS -->
87
+ <link rel =" stylesheet" href ={ ` /styles/docs.min.purged.css?v=${hash } ` } />
88
+
89
+ <!-- JS -->
90
+ <script is:inline src ={ ` /scripts/theme-toggle.min.js?v=${hash } ` } ></script >
91
91
<script is:inline async referrerpolicy =" unsafe-url" src =" https://ws.zoominfo.com/pixel/KPKpTJOFOv5SuV7X3eGx" ></script >
92
92
<title >{ metaTitle } </title >
93
- </head >
94
- <body class =" chocolatey-docs" >
95
- <header >
93
+ </head >
94
+ <body class =" chocolatey-docs" >
95
+ <header >
96
96
<TopAlertBanner />
97
97
<div class =" d-none d-sm-flex" >
98
98
<div class =" global-nav w-100" >
@@ -122,8 +122,8 @@ const hash = childProcess
122
122
</div >
123
123
</nav >
124
124
</header >
125
- <slot />
126
- <footer class =" flex-shrink-0" >
125
+ <slot />
126
+ <footer class =" flex-shrink-0" >
127
127
<div class =" text-bg-body-secondary border-top text-center p-3" >
128
128
<span class =" small" >© { new Date ().getFullYear ()} { config .title } , Inc.</span ><br />
129
129
<span class =" small" >Deployed from <a href ={ ` https://github.com/chocolatey/docs/commit/${hash } ` } >{ hash } </a ></span ><br />
@@ -134,6 +134,6 @@ const hash = childProcess
134
134
<button type =" button" class =" btn btn-bg-body d-md-none" data-bs-dismiss =" alert" aria-label =" Close" >I accept</button >
135
135
</div >
136
136
</footer >
137
- <script is:inline src ={ ` /scripts/docs.min.js?v=${hash } ` } ></script >
138
- </body >
137
+ <script is:inline src ={ ` /scripts/docs.min.js?v=${hash } ` } ></script >
138
+ </body >
139
139
</html >
0 commit comments