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 182fd34 commit ed60d36
Showing 1 changed file with 2 additions and 2 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 @@ -10,8 +10,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('partners::public._itemlist-json-ld', ['items' => $models])

Expand Down

0 comments on commit ed60d36

Please sign in to comment.