sarga theme
This commit is contained in:
parent
9050dce387
commit
93c24c4c94
|
|
@ -22,19 +22,7 @@
|
|||
|
||||
@section('head')
|
||||
|
||||
@if (isset($homeSEO))
|
||||
@isset($metaTitle)
|
||||
<meta name="title" content="{{ $metaTitle }}" />
|
||||
@endisset
|
||||
|
||||
@isset($metaDescription)
|
||||
<meta name="description" content="{{ $metaDescription }}" />
|
||||
@endisset
|
||||
|
||||
@isset($metaKeywords)
|
||||
<meta name="keywords" content="{{ $metaKeywords }}" />
|
||||
@endisset
|
||||
@endif
|
||||
@endsection
|
||||
|
||||
@section('content-wrapper')
|
||||
|
|
|
|||
Loading…
Reference in New Issue