diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-07-09 16:25:25 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-07-09 16:25:25 +0100 |
| commit | 7728fb6f07116be765dc58bdfcceafef2cd0b343 (patch) | |
| tree | 94e136c898964ee250ed2e9cd59a3929c316e92d /source | |
| parent | 75ed7bd67d82608a2a88638b045332f768eb78c8 (diff) | |
Remove numbers from list of tag posts
Diffstat (limited to 'source')
| -rw-r--r-- | source/_layouts/tag.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_layouts/tag.blade.php b/source/_layouts/tag.blade.php index 86bcc97..5277bd8 100644 --- a/source/_layouts/tag.blade.php +++ b/source/_layouts/tag.blade.php @@ -1,7 +1,7 @@ @extends('_layouts.master') @section('article') - <ol> + <ol class="list-none"> @foreach ($page->posts($posts) as $post) @include('_partials.postStub') @endforeach |
