Merge pull request #1514 from prashant-webkul/development
Fixed order of page title section
This commit is contained in:
commit
ef29bb87b8
|
|
@ -1,9 +1,5 @@
|
|||
@extends('shop::layouts.master')
|
||||
|
||||
@section('page_title')
|
||||
{{ core()->getCurrentChannel()->meta_title }}
|
||||
@endsection
|
||||
|
||||
@php
|
||||
$channel = core()->getCurrentChannel();
|
||||
|
||||
|
|
@ -20,6 +16,10 @@
|
|||
}
|
||||
@endphp
|
||||
|
||||
@section('page_title')
|
||||
{{ $metaTitle }}
|
||||
@endsection
|
||||
|
||||
@section('head')
|
||||
|
||||
@if (isset($homeSEO))
|
||||
|
|
|
|||
Loading…
Reference in New Issue