fix(views): Use dot notation on entry-meta view includes (#2941)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
</a>
|
||||
</h2>
|
||||
|
||||
@includeWhen(get_post_type() === 'post', 'partials/entry-meta')
|
||||
@includeWhen(get_post_type() === 'post', 'partials.entry-meta')
|
||||
</header>
|
||||
|
||||
<div class="entry-summary">
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
{!! $title !!}
|
||||
</h1>
|
||||
|
||||
@include('partials/entry-meta')
|
||||
@include('partials.entry-meta')
|
||||
</header>
|
||||
|
||||
<div class="entry-content">
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
</a>
|
||||
</h2>
|
||||
|
||||
@include('partials/entry-meta')
|
||||
@include('partials.entry-meta')
|
||||
</header>
|
||||
|
||||
<div class="entry-summary">
|
||||
|
||||
Reference in New Issue
Block a user