Merge pull request #1513 from prashant-webkul/development

Home page title is mapped with channel's meta_title field.
This commit is contained in:
Jitendra Singh 2019-09-24 12:45:56 +05:30 committed by GitHub
commit 16799a43ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
@extends('shop::layouts.master')
@section('page_title')
{{ __('shop::app.home.page-title') }}
{{ core()->getCurrentChannel()->meta_title }}
@endsection
@php