Skip to content

Commit

Permalink
_document-list & _image-list partials
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Sep 15, 2022
1 parent 93b3db3 commit 525e889
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions resources/views/public/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

<div class="rich-content">{!! $page->present()->body !!}</div>

@include('files::public._documents', ['model' => $page])
@include('files::public._images', ['model' => $page])
@include('files::public._document-list', ['model' => $page])
@include('files::public._image-list', ['model' => $page])

@include('places::public._itemlist-json-ld', ['items' => $models])

Expand Down
4 changes: 2 additions & 2 deletions resources/views/public/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
@empty(!$model->body)
<div class="rich-content">{!! $model->present()->body !!}</div>
@endempty
@include('files::public._documents')
@include('files::public._images')
@include('files::public._document-list')
@include('files::public._image-list')
</div>
</article>

Expand Down

0 comments on commit 525e889

Please sign in to comment.