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:
Ben Word
2017-06-14 16:38:12 -06:00
committed by GitHub

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