@section('head_title', str_replace('"', '', $post->title). ' | '.get_buzzy_config('sitename'))
@section('og_type', 'article')
@section('head_description', str_limit(str_replace('"', '', $post->body), 150))
@section('head_keywords', collect($tags)->implode('name', ','))
@section('head_image', url(makepreview($post->thumb, 'b', 'posts')))
@section('head_url', url($post->post_link))
@section('header')
@if(get_buzzy_config('p_amp') === 'on')
@if($post->type == 'news' || $post->type == 'list' || $post->type == 'video' )
@endif
@endif
@if( get_buzzy_config('site_default_text_editor', 'tinymce') == 'froala')
@endif
@if($has_video_player)
@endif
@endsection