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