fix(views): Use dot notation on entry-meta view includes (#2941)

This commit is contained in:
Brandon
2022-01-10 16:16:14 -06:00
committed by GitHub
parent 21491ce84f
commit fc53cf18b8
3 changed files with 3 additions and 3 deletions

View File

@@ -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">

View File

@@ -4,7 +4,7 @@
{!! $title !!}
</h1>
@include('partials/entry-meta')
@include('partials.entry-meta')
</header>
<div class="entry-content">

View File

@@ -6,7 +6,7 @@
</a>
</h2>
@include('partials/entry-meta')
@include('partials.entry-meta')
</header>
<div class="entry-summary">