1
0
Fork 0
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:
Samuel Štancl 2023-05-31 18:56:33 +02:00
parent 567a7b09ef
commit f6d85e3dfe
6 changed files with 104 additions and 10 deletions

View file

@ -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