summaryrefslogtreecommitdiff
path: root/source/index.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'source/index.blade.php')
-rw-r--r--source/index.blade.php2
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