summaryrefslogtreecommitdiff
path: root/source/_layouts
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2020-07-09 16:25:25 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2020-07-09 16:25:25 +0100
commit7728fb6f07116be765dc58bdfcceafef2cd0b343 (patch)
tree94e136c898964ee250ed2e9cd59a3929c316e92d /source/_layouts
parent75ed7bd67d82608a2a88638b045332f768eb78c8 (diff)
Remove numbers from list of tag posts
Diffstat (limited to 'source/_layouts')
-rw-r--r--source/_layouts/tag.blade.php2
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