File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
src/Elastic.Markdown/Slices/Layout Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ <link rel =" apple-touch-icon" sizes =" 57x57" href =" https://elastic.co/apple-icon-57x57.png" />
2
+ <link rel =" apple-touch-icon" sizes =" 60x60" href =" https://elastic.co/apple-icon-60x60.png" />
3
+ <link rel =" apple-touch-icon" sizes =" 72x72" href =" https://elastic.co/apple-icon-72x72.png" />
4
+ <link rel =" apple-touch-icon" sizes =" 76x76" href =" https://elastic.co/apple-icon-76x76.png" />
5
+ <link rel =" apple-touch-icon" sizes =" 114x114" href =" https://elastic.co/apple-icon-114x114.png" />
6
+ <link rel =" apple-touch-icon" sizes =" 120x120" href =" https://elastic.co/apple-icon-120x120.png" />
7
+ <link rel =" apple-touch-icon" sizes =" 144x144" href =" https://elastic.co/apple-icon-144x144.png" />
8
+ <link rel =" apple-touch-icon" sizes =" 152x152" href =" https://elastic.co/apple-icon-152x152.png" />
9
+ <link rel =" apple-touch-icon" sizes =" 180x180" href =" https://elastic.co/apple-icon-180x180.png" />
10
+ <link rel =" apple-touch-icon" sizes =" 192x192" href =" https://elastic.co/apple-icon-192x192.png" />
11
+ <link rel =" icon" type =" image/png" href =" https://elastic.co/favicon-32x32.png" sizes =" 32x32" />
12
+ <link rel =" shortcut icon" href =" https://elastic.co/favicon.ico" type =" image/x-icon" />
13
+ <link rel =" icon" href =" https://elastic.co/favicon.ico" type =" image/x-icon" />
14
+ <link rel =" apple-touch-icon-precomposed" sizes =" 64x64" href =" https://elastic.co/favicon_64x64_16bit.png" />
15
+ <link rel =" apple-touch-icon-precomposed" sizes =" 32x32" href =" https://elastic.co/favicon_32x32.png" />
16
+ <link rel =" apple-touch-icon-precomposed" sizes =" 16x16" href =" https://elastic.co/favicon_16x16.png" />
17
+ <link rel =" icon" type =" image/png" href =" https://elastic.co/android-chrome-192x192.png" sizes =" 192x192" />
18
+ <link rel =" icon" type =" image/png" href =" https://elastic.co/favicon-96x96.png" sizes =" 96x96" />
19
+ <link rel =" icon" type =" image/png" href =" https://elastic.co/favicon-16x16.png" sizes =" 16x16" />
20
+ <link rel =" icon" type =" image/png" href =" https://elastic.co/favicon-48x48.png" sizes =" 48x48" />
Original file line number Diff line number Diff line change 4
4
<link rel =" stylesheet" type =" text/css" href =" @Model.Static(" styles.css " )" />
5
5
<meta charset =" utf-8" >
6
6
<meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
7
+ @await RenderPartialAsync(_Favicon.Create())
7
8
<meta name =" robots" content =" @(Model.AllowIndexing ? " index, follow " : " noindex, nofollow " )" >
8
- <meta name =" htmx-config" content =' {"scrollIntoViewOnBoost": false, " selfRequestsOnly": true}' >
9
+ <meta name =" htmx-config" content =' {"selfRequestsOnly": true}' >
9
10
<meta property =" og:type" content =" website" />
10
11
<meta property =" og:title" content =" Elastic Docs v3" />
11
12
<meta name =" twitter:card" content =" summary" />
You can’t perform that action at this time.
0 commit comments