Update operator for template call

This commit is contained in:
Raquelle Fahle
2017-06-11 20:59:49 -05:00
parent 94b172f85c
commit 8703069607

View File

@@ -11,7 +11,7 @@
@endif
@while (have_posts()) @php(the_post())
@include ('partials.content-'.(get_post_type() !== 'post' ?: get_post_type()))
@include ('partials.content-'.(get_post_type() === 'post' ?: get_post_type()))
@endwhile
{!! get_the_posts_navigation() !!}