@section('title')
@if(isset($meta)){{ $meta['title'] }}@else{{ config("vienblog.blog.name") }}@endif
@show
@section('description')
@show
@section('keywords')
@show
{{--@if(env("APP_DEBUG") == false)--}}
{{--@include("layouts.ga")--}}
{{--@endif--}}
{{----}}
{{----}}
{{----}}
{{-- --}}
@section('css')
{{-- --}}
@show
@section('css_ext')@show
@section('ads')
@if(!env('APP_DEBUG') and config('vienblog.ad.open'))
{{--@include('ads.adsense')--}}
{!! config('vienblog.ad.script') !!}
@endif
@show
@yield('content')
@section('counter')
@if(!env('APP_DEBUG') and config('vienblog.counter.open'))
{{-- @include('counters.counter')--}}
{!! config('vienblog.counter.script') !!}
@endif
@show
@section('js')
@show
@section('js_ext')
@show
@if(!env('APP_DEBUG') and config('vienblog.baidu.auto_push'))
@endif