File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 13
13
@if (file_exists (base_path (" littlelink/images/avatar.png" )) )
14
14
<link rel =" icon" type =" image/png" href =" {{ asset (' littlelink/images/avatar.png' ) } }" >
15
15
@else
16
- <link rel =" icon" type =" image/png " href =" {{ asset (' littlelink/images/logo.svg' ) } }" >
16
+ <link rel =" icon" type =" image/svg+xml " href =" {{ asset (' littlelink/images/logo.svg' ) } }" >
17
17
@endif
18
18
19
19
<!-- begin dark mode detection -->
Original file line number Diff line number Diff line change 13
13
@if (file_exists (base_path (" littlelink/images/avatar.png" )) )
14
14
<link rel =" icon" type =" image/png" href =" {{ asset (' littlelink/images/avatar.png' ) } }" >
15
15
@else
16
- <img src = " {{ asset (' littlelink/images/logo.svg' ) } }" alt = " Logo " ></ img >
16
+ <link rel = " icon " type = " image/svg+xml " href = " {{ asset (' littlelink/images/logo.svg' ) } }" >
17
17
@endif
18
18
</head >
19
19
<body >
Original file line number Diff line number Diff line change 43
43
<link rel =" stylesheet" href =" {{ asset (' littlelink/css/brands.css' ) } }" >
44
44
<link rel =" stylesheet" href =" {{ asset (' littlelink/css/hover-min.css' ) } }" >
45
45
<link rel =" stylesheet" href =" {{ asset (' littlelink/css/animate.css' ) } }" >
46
- <link rel =" icon" type =" image/png" href =" {{ asset (' littlelink/images/logo.svg' ) } }" >
46
+ @if (file_exists (base_path (" littlelink/images/avatar.png" )) )
47
+ <link rel =" icon" type =" image/png" href =" {{ asset (' littlelink/images/avatar.png' ) } }" >
48
+ @else
49
+ <link rel =" icon" type =" image/svg+xml" href =" {{ asset (' littlelink/images/logo.svg' ) } }" >
50
+ @endif
47
51
<style >
48
52
.container { max-width : 1080px !important ; }
49
53
.button-title {
Original file line number Diff line number Diff line change 28
28
@if (file_exists (base_path (" littlelink/images/avatar.png" )) )
29
29
<link rel =" icon" type =" image/png" href =" {{ asset (' littlelink/images/avatar.png' ) } }" >
30
30
@else
31
- <link rel =" icon" type =" image/png " href =" {{ asset (' littlelink/images/logo.svg' ) } }" >
31
+ <link rel =" icon" type =" image/svg+xml " href =" {{ asset (' littlelink/images/logo.svg' ) } }" >
32
32
@endif
33
33
34
34
</head >
You can’t perform that action at this time.
0 commit comments