mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 09:54:03 +00:00
Merge be53cea433 into 0a2eef4db4
This commit is contained in:
commit
e665173cec
3 changed files with 37 additions and 4 deletions
|
|
@ -1,2 +1,6 @@
|
|||
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
|
||||
<link rel="icon" type="image/png" href="{{ asset('favicon.png') }}">
|
||||
@if ($favicon = seo('favicon'))
|
||||
<link rel="icon" href="{{ $favicon }}">
|
||||
@else
|
||||
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
|
||||
<link rel="icon" type="image/png" href="{{ asset('favicon.png') }}">
|
||||
@endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue