diff options
Diffstat (limited to 'source/index.blade.php')
| -rw-r--r-- | source/index.blade.php | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/source/index.blade.php b/source/index.blade.php deleted file mode 100644 index a99d8ef..0000000 --- a/source/index.blade.php +++ /dev/null @@ -1,22 +0,0 @@ ---- -pagination: - collection: posts ---- -@extends('_layouts.master') - -@section('article') - <ol class="list-none"> - @foreach ($pagination->items as $post) - @include('_partials.postStub') - @endforeach - </ol> - <nav class="mt-3 px-4 flex justify-between text-2xl"> - @if ($pagination->previous) - <a href="{{ $pagination->previous }}"><< Recent Posts</a> - @endif - @if ($pagination->next) - <a href="{{ $pagination->next }}">Older Posts >></a> - @endif - </nav> -@endsection - |
