Fix Blade standards
This commit is contained in:
@@ -20,11 +20,11 @@
|
||||
<meta http-equiv="cleartype" content="on">
|
||||
|
||||
@if (isset($favicon))
|
||||
<link rel="icon" type="image/png" href="/img/{{ $favicon }}.ico">
|
||||
<link rel="shortcut icon" href="/img/{{ $favicon }}.png" type="image/x-icon">
|
||||
<link rel="icon" type="image/png" href="/img/{{ $favicon }}.ico">
|
||||
<link rel="shortcut icon" href="/img/{{ $favicon }}.png" type="image/x-icon">
|
||||
@else
|
||||
<link rel="icon" type="image/png" href="/img/favicon.ico">
|
||||
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
|
||||
<link rel="icon" type="image/png" href="/img/favicon.ico">
|
||||
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
|
||||
@endif
|
||||
|
||||
<link rel="apple-touch-icon" href="/img/apple-touch-icon.png">
|
||||
|
||||
Reference in New Issue
Block a user