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 1313 @if (file_exists (base_path (" littlelink/images/avatar.png" )) )
1414 <link rel =" icon" type =" image/png" href =" {{ asset (' littlelink/images/avatar.png' ) } }" >
1515 @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' ) } }" >
1717 @endif
1818
1919 <!-- begin dark mode detection -->
Original file line number Diff line number Diff line change 1313 @if (file_exists (base_path (" littlelink/images/avatar.png" )) )
1414 <link rel =" icon" type =" image/png" href =" {{ asset (' littlelink/images/avatar.png' ) } }" >
1515 @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' ) } }" >
1717 @endif
1818 </head >
1919 <body >
Original file line number Diff line number Diff line change 4343 <link rel =" stylesheet" href =" {{ asset (' littlelink/css/brands.css' ) } }" >
4444 <link rel =" stylesheet" href =" {{ asset (' littlelink/css/hover-min.css' ) } }" >
4545 <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
4751 <style >
4852 .container { max-width : 1080px !important ; }
4953 .button-title {
Original file line number Diff line number Diff line change 2828 @if (file_exists (base_path (" littlelink/images/avatar.png" )) )
2929 <link rel =" icon" type =" image/png" href =" {{ asset (' littlelink/images/avatar.png' ) } }" >
3030 @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' ) } }" >
3232 @endif
3333
3434</head >
You can’t perform that action at this time.
0 commit comments