diff options
Diffstat (limited to 'source/_layouts/tag.blade.php')
| -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 |
