diff options
Diffstat (limited to 'source/index.blade.php')
| -rw-r--r-- | source/index.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/index.blade.php b/source/index.blade.php index 998f56a..bb919a4 100644 --- a/source/index.blade.php +++ b/source/index.blade.php @@ -7,7 +7,7 @@ pagination: @section('article') <ol> @foreach ($pagination->items as $post) - <li><a href="{{ $post->getUrl() }}">{{$post->title }}</a></li> + @include('_partials.postStub') @endforeach </ol> <nav> |
