File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 19
19
<!-- Mobile IE allows us to activate ClearType technology for smoothing fonts for easy reading -->
20
20
<meta http-equiv =" cleartype" content =" on" >
21
21
22
- <link rel =" icon" type =" image/png" href =" {{ url ( ' img/favicon.ico' ) } } " >
23
- <link rel =" shortcut icon" href =" {{ url ( ' img/favicon.png' ) } } " type =" image/x-icon" >
24
-
25
- <link rel =" apple-touch-icon" href =" {{ url ( ' img/apple-touch-icon.png' ) } } " >
26
- <link rel =" apple-touch-icon" sizes =" 57x57" href =" {{ url ( ' img/apple-touch-icon-57x57.png' ) } } " >
27
- <link rel =" apple-touch-icon" sizes =" 72x72" href =" {{ url ( ' img/apple-touch-icon-72x72.png' ) } } " >
28
- <link rel =" apple-touch-icon" sizes =" 114x114" href =" {{ url ( ' img/apple-touch-icon-114x114.png' ) } } " >
29
- <link rel =" apple-touch-icon" sizes =" 120x120" href =" {{ url ( ' img/apple-touch-icon-120x120.png' ) } } " >
30
- <link rel =" apple-touch-icon" sizes =" 144x144" href =" {{ url ( ' img/apple-touch-icon-144x144.png' ) } } " >
31
- <link rel =" apple-touch-icon" sizes =" 152x152" href =" {{ url ( ' img/apple-touch-icon-152x152.png' ) } } " >
22
+ <link rel =" icon" type =" image/png" href =" / img/favicon.ico" >
23
+ <link rel =" shortcut icon" href =" / img/favicon.png" type =" image/x-icon" >
24
+
25
+ <link rel =" apple-touch-icon" href =" / img/apple-touch-icon.png" >
26
+ <link rel =" apple-touch-icon" sizes =" 57x57" href =" / img/apple-touch-icon-57x57.png" >
27
+ <link rel =" apple-touch-icon" sizes =" 72x72" href =" / img/apple-touch-icon-72x72.png" >
28
+ <link rel =" apple-touch-icon" sizes =" 114x114" href =" / img/apple-touch-icon-114x114.png" >
29
+ <link rel =" apple-touch-icon" sizes =" 120x120" href =" / img/apple-touch-icon-120x120.png" >
30
+ <link rel =" apple-touch-icon" sizes =" 144x144" href =" / img/apple-touch-icon-144x144.png" >
31
+ <link rel =" apple-touch-icon" sizes =" 152x152" href =" / img/apple-touch-icon-152x152.png" >
32
32
33
33
<title >{{ $pageTitle ?: Setting:: get (' app_name' ) } } Status</title >
34
34
You can’t perform that action at this time.
0 commit comments