From 32b6d9a23f371dccef561a21548a21f5e3862784 Mon Sep 17 00:00:00 2001 From: Samuel De Backer Date: Mon, 9 Dec 2019 15:04:54 +0100 Subject: [PATCH] rich-content class --- src/resources/views/public/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/views/public/index.blade.php b/src/resources/views/public/index.blade.php index 713c078..0b612a7 100644 --- a/src/resources/views/public/index.blade.php +++ b/src/resources/views/public/index.blade.php @@ -4,7 +4,7 @@ @section('content') - {!! $page->present()->body !!} +
{!! $page->present()->body !!}
@include('files::public._documents', ['model' => $page]) @include('files::public._images', ['model' => $page])