diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-04-06 21:56:39 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-04-06 21:56:39 +0100 |
| commit | 9f417a29afc60336288fc1c9f0f9e176f3d1f431 (patch) | |
| tree | cce454740bb864b927d2438f11788e72e0975c2d /source/index.blade.php | |
| parent | 24bffd28e347c6574a5f065a1b3b96a572c9fcea (diff) | |
Remove list style from main page
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 811b561..a99d8ef 100644 --- a/source/index.blade.php +++ b/source/index.blade.php @@ -5,7 +5,7 @@ pagination: @extends('_layouts.master') @section('article') - <ol> + <ol class="list-none"> @foreach ($pagination->items as $post) @include('_partials.postStub') @endforeach |
