diff --git a/resources/views/public/index.blade.php b/resources/views/public/index.blade.php
index a39546f..e5d1651 100644
--- a/resources/views/public/index.blade.php
+++ b/resources/views/public/index.blade.php
@@ -10,8 +10,8 @@
{!! $page->present()->body !!}
- @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('events::public._itemlist-json-ld', ['items' => $models])
diff --git a/resources/views/public/show.blade.php b/resources/views/public/show.blade.php
index 215ace6..057faaf 100644
--- a/resources/views/public/show.blade.php
+++ b/resources/views/public/show.blade.php
@@ -50,8 +50,8 @@
@empty(!$model->body)
{!! $model->present()->body !!}
@endempty
- @include('files::public._documents')
- @include('files::public._images')
+ @include('files::public._document-list')
+ @include('files::public._image-list')