Change syntax of template call to match other files in views/

This commit is contained in:
Raquelle Fahle
2017-06-14 16:41:42 -05:00
parent 8703069607
commit 98e4d4d09d

View File

@@ -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