mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 09:54:03 +00:00
fix: Undo autoformatting
This commit is contained in:
parent
d555001146
commit
28e636c957
1 changed files with 11 additions and 17 deletions
|
|
@ -22,17 +22,11 @@
|
|||
<meta property="og:type" content="website">
|
||||
@endif
|
||||
|
||||
@if (seo('site'))
|
||||
<meta property="og:site_name" content="@seo('site')">
|
||||
@endif
|
||||
@if(seo('site')) <meta property="og:site_name" content="@seo('site')"> @endif
|
||||
|
||||
@if (seo('locale'))
|
||||
<meta property="og:locale" content="@seo('locale')">
|
||||
@endif
|
||||
@if(seo('locale')) <meta property="og:locale" content="@seo('locale')"> @endif
|
||||
|
||||
@if (seo('image'))
|
||||
<meta property="og:image" content="@seo('image')">
|
||||
@endif
|
||||
@if(seo('image')) <meta property="og:image" content="@seo('image')"> @endif
|
||||
|
||||
@if(seo('url'))
|
||||
<meta property="og:url" content="@seo('url')">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue