From 9ce9cf50af6b81c76b7acd9ef31dace11cee728b Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Wed, 26 Feb 2020 21:54:33 +0000 Subject: Add post stub --- source/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/index.blade.php') 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')
    @foreach ($pagination->items as $post) -
  1. {{$post->title }}
  2. + @include('_partials.postStub') @endforeach