mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 09:54:03 +00:00
Twitter user -> Twitter site
This commit is contained in:
parent
fdd7064a00
commit
5732fc8a57
5 changed files with 7 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<meta name="twitter:card" content="summary_large_image">
|
||||
@if(seo('twitter.user')) <meta name="twitter:site" content="@seo('twitter.user')"> @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