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