diff --git a/resources/views/single.blade.php b/resources/views/single.blade.php index b94c206..cf60c3e 100644 --- a/resources/views/single.blade.php +++ b/resources/views/single.blade.php @@ -2,6 +2,6 @@ @section('content') @while(have_posts()) @php(the_post()) - @include('partials/content-single-'.get_post_type()) + @include('partials.content-single-'.get_post_type()) @endwhile @endsection