Merge pull request #1908 from roots/template-call-syntax
Change syntax of template call to match other files in views/
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user