From 32f972b2ac74e4fa553ef27ef004c8cce85aad36 Mon Sep 17 00:00:00 2001 From: horus Date: Mon, 15 Jan 2024 23:03:17 +0100 Subject: adds support for mastofeed.org to publish automatically to Mastodon --- resources/views/list.blade.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'resources/views/list.blade.php') diff --git a/resources/views/list.blade.php b/resources/views/list.blade.php index 5b64214..575af7c 100644 --- a/resources/views/list.blade.php +++ b/resources/views/list.blade.php @@ -75,6 +75,8 @@ Have a deep view into what people are curious about.

+ @elseif ( "show" == Request::route()->getName() ) + @else

{{ ucwords(Request::route()->getName()) }} Articles -- cgit v1.2.3