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