Skip to content

Commit

Permalink
Merge pull request #1908 from roots/template-call-syntax
Browse files Browse the repository at this point in the history
Change syntax of template call to match other files in views/
  • Loading branch information
retlehs committed Jun 14, 2017
2 parents 081b374 + 98e4d4d commit f5a31c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/single.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f5a31c3

Please sign in to comment.