Merge pull request #1513 from prashant-webkul/development
Home page title is mapped with channel's meta_title field.
This commit is contained in:
commit
16799a43ea
|
|
@ -123,4 +123,4 @@
|
|||
"optimize-autoloader": true
|
||||
},
|
||||
"minimum-stability": "dev"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
@extends('shop::layouts.master')
|
||||
|
||||
@section('page_title')
|
||||
{{ __('shop::app.home.page-title') }}
|
||||
{{ core()->getCurrentChannel()->meta_title }}
|
||||
@endsection
|
||||
|
||||
@php
|
||||
|
|
|
|||
Loading…
Reference in New Issue