From 7728fb6f07116be765dc58bdfcceafef2cd0b343 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Thu, 9 Jul 2020 16:25:25 +0100 Subject: Remove numbers from list of tag posts --- source/_layouts/tag.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') 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') -
    +
      @foreach ($page->posts($posts) as $post) @include('_partials.postStub') @endforeach -- cgit v1.2.3-13-gbd6f