From f849601778a9aacb42a37952cb6578cc2d9d910a Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Fri, 28 Feb 2020 23:08:02 +0000 Subject: Allow category name to be independant of slug --- source/_partials/postStub.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/_partials') diff --git a/source/_partials/postStub.blade.php b/source/_partials/postStub.blade.php index ca9f08b..734d23f 100644 --- a/source/_partials/postStub.blade.php +++ b/source/_partials/postStub.blade.php @@ -9,7 +9,7 @@
@foreach ($post->categories as $category) - {{ $category }} + {{ $category }} @endforeach
-- cgit v1.2.3-13-gbd6f