mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-13 18:24:04 +00:00
update
This commit is contained in:
parent
2e69a8dafc
commit
fd090e2c22
4 changed files with 2 additions and 2 deletions
2
resources/views/components/extensions/favicon.blade.php
Normal file
2
resources/views/components/extensions/favicon.blade.php
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
|
||||
<link rel="icon" type="image/png" href="{{ asset('favicon.png') }}">
|
||||
6
resources/views/components/extensions/twitter.blade.php
Normal file
6
resources/views/components/extensions/twitter.blade.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<meta name="twitter:card" content="summary_large_image">
|
||||
@if(seo('twitter.creator')) <meta name="twitter:creator" content="@seo('twitter.creator')"> @endif
|
||||
@if(seo('twitter.site')) <meta name="twitter:site" content="@seo('twitter.site')"> @endif
|
||||
@if(seo('twitter.title')) <meta name="twitter:title" content="@seo('twitter.title')"> @endif
|
||||
@if(seo('twitter.description')) <meta name="twitter:description" content="@seo('twitter.description')"> @endif
|
||||
@if(seo('twitter.image')) <meta name="twitter:image" content="@seo('twitter.image')" /> @endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue