{{ $chapter->name }}
{!! nl2br(e($chapter->description)) !!}
+X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/5313/head:/resources/views/chapters/show.blade.php diff --git a/resources/views/chapters/show.blade.php b/resources/views/chapters/show.blade.php index db02ebcc4..45e43ad96 100644 --- a/resources/views/chapters/show.blade.php +++ b/resources/views/chapters/show.blade.php @@ -1,4 +1,4 @@ -@extends('tri-layout') +@extends('layouts.tri') @section('container-attrs') component="entity-search" @@ -6,10 +6,16 @@ option:entity-search:entity-type="chapter" @stop +@push('social-meta') + +@endpush + +@include('entities.body-tag-classes', ['entity' => $chapter]) + @section('body')
{!! nl2br(e($chapter->description)) !!}
+