diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-02-26 21:54:33 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-02-26 21:54:33 +0000 |
| commit | 9ce9cf50af6b81c76b7acd9ef31dace11cee728b (patch) | |
| tree | e6b697a4e865d655980fe12921189b1cc311dd9f /source/index.blade.php | |
| parent | 588aa1b58f49eb7eee453ffba6c7aa2d33171912 (diff) | |
Add post stub
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> |
