Skip to content

Commit

Permalink
Undo Quirk Mode Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Willis1776 committed May 23, 2022
1 parent ffca575 commit 4424b2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/views/seo.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@section('seo-meta')
@php
if (isset($page) && $page && method_exists($page, 'getSeoMeta')) {
$seo = $page->buildSeoForCurrentLocale();
Expand Down Expand Up @@ -38,5 +37,4 @@
@endif
@else
<meta name="robots" content="{{ !empty($seo['follow_type']) && config('seo.seo_status') ? $seo['follow_type'] : 'noindex, nofollow' }}" />
@endif
@stop
@endif

0 comments on commit 4424b2e

Please sign in to comment.