File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docs/site/layouts/partials Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
< link href ="{{ .Site.BaseURL }}static/style.css " rel ="stylesheet " type ="text/css " />
12
12
13
13
< meta name ="viewport " content ="width=device-width, initial-scale=1, minimum-scale=1 " />
14
- < link rel ="shortcut icon " href ="{{ .Site.BaseURL }}static/images/favicon.png " type ="image/x-icon " />
14
+ < link rel ="icon " href ="{{ .Site.BaseURL }}static/images/favicon.png " type ="image/png " />
15
15
16
16
< meta property ="og:title " content ="{{ .Title }} " />
17
17
{{ if .Params.thumbnail }}
39
39
</ nav >
40
40
</ div >
41
41
</ header >
42
- </ div >
42
+ </ div >
Original file line number Diff line number Diff line change 17
17
< script src ="/public/custom.js?v={{ .AssetVersion }} " async defer > </ script >
18
18
19
19
{{ if ne .FaviconURL "" }}
20
- < link rel ="shortcut icon " href ="{{ .FaviconURL }} " type ="image/x-icon " />
20
+ < link rel ="icon " href ="{{ .FaviconURL }} " type ="image/x-icon " />
21
21
{{ else }}
22
- < link rel ="shortcut icon " href ="/public/static/favicon.png?v={{ .AssetVersion }} " type ="image/x-icon " />
22
+ < link rel ="icon " href ="/public/static/favicon.png?v={{ .AssetVersion }} " type ="image/png " />
23
23
{{ end }}
24
24
</ head >
25
25
< body >
You can’t perform that action at this time.
0 commit comments