diff --git a/resources/views/partials/content-search.blade.php b/resources/views/partials/content-search.blade.php index 937660f..4100c8d 100644 --- a/resources/views/partials/content-search.blade.php +++ b/resources/views/partials/content-search.blade.php @@ -6,7 +6,7 @@ - @includeWhen(get_post_type() === 'post', 'partials/entry-meta') + @includeWhen(get_post_type() === 'post', 'partials.entry-meta')
diff --git a/resources/views/partials/content-single.blade.php b/resources/views/partials/content-single.blade.php index 1b688ac..9786aee 100644 --- a/resources/views/partials/content-single.blade.php +++ b/resources/views/partials/content-single.blade.php @@ -4,7 +4,7 @@ {!! $title !!} - @include('partials/entry-meta') + @include('partials.entry-meta')
diff --git a/resources/views/partials/content.blade.php b/resources/views/partials/content.blade.php index c6b5bff..ae8be94 100644 --- a/resources/views/partials/content.blade.php +++ b/resources/views/partials/content.blade.php @@ -6,7 +6,7 @@ - @include('partials/entry-meta') + @include('partials.entry-meta')