We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f2696 commit fbc4036Copy full SHA for fbc4036
src/resources/views/public/index-of-category.blade.php
@@ -4,7 +4,7 @@
4
5
@section('content')
6
7
- {!! $page->present()->body !!}
+ <div class="rich-content">{!! $page->present()->body !!}</div>
8
9
@include('files::public._documents', ['model' => $page])
10
@include('files::public._images', ['model' => $page])
src/resources/views/public/index.blade.php
0 commit comments