File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
website/themes/book/layouts/partials/docs/inject Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
< link rel ="stylesheet " href ="/leetcode/prism.css "/>
2
- < link href ="{{ "apple-touch-icon.png " | relURL }}"rel="apple-touch-icon " />
2
+ < link href ="{{ "apple-touch-icon-60x60 .png " | relURL }}" rel="apple-touch-icon " sizes =" 60x60 " />
3
3
< link href ="{{ "apple-touch-icon-76x76.png " | relURL }}" rel="apple-touch-icon " sizes ="76x76 " />
4
4
< link href ="{{ "apple-touch-icon-120x120.png " | relURL }}" rel="apple-touch-icon " sizes ="120x120 " />
5
5
< link href ="{{ "apple-touch-icon-152x152.png " | relURL }}" rel="apple-touch-icon " sizes ="152x152 " />
6
+ < link href ="{{ "apple-touch-icon-180x180.png " | relURL }}" rel="apple-touch-icon " sizes ="180x180 "/>
6
7
< link href ="{{ "apple-touch-icon-512x512.png " | relURL }}" rel="apple-touch-icon " sizes ="512x512 " />
8
+ < link href ="{{ "apple-touch-icon-1024x1024.png " | relURL }}" rel="apple-touch-icon " sizes ="1024x1024 " />
7
9
8
10
< script >
9
11
var html = document . documentElement ;
You can’t perform that action at this time.
0 commit comments