mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 09:54:03 +00:00
Fix sanitization issues when rendering Blade, add regression tests
This commit is contained in:
parent
567a7b09ef
commit
f6d85e3dfe
6 changed files with 104 additions and 10 deletions
|
|
@ -22,7 +22,7 @@
|
|||
<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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue