1
0
Fork 0
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:
machot 2024-09-23 07:30:24 +02:00
parent d555001146
commit 28e636c957

View file

@ -22,17 +22,11 @@
<meta property="og:type" content="website"> <meta property="og:type" content="website">
@endif @endif
@if (seo('site')) @if(seo('site')) <meta property="og:site_name" content="@seo('site')"> @endif
<meta property="og:site_name" content="@seo('site')">
@endif
@if (seo('locale')) @if(seo('locale')) <meta property="og:locale" content="@seo('locale')"> @endif
<meta property="og:locale" content="@seo('locale')">
@endif
@if (seo('image')) @if(seo('image')) <meta property="og:image" content="@seo('image')"> @endif
<meta property="og:image" content="@seo('image')">
@endif
@if(seo('url')) @if(seo('url'))
<meta property="og:url" content="@seo('url')"> <meta property="og:url" content="@seo('url')">