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/about.blade.php | 4 ++++ resources/views/layouts/app.blade.php | 2 ++ resources/views/layouts/footer.blade.php | 2 ++ resources/views/list.blade.php | 2 ++ 4 files changed, 10 insertions(+) (limited to 'resources/views') diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php index e76f15f..14b62dc 100644 --- a/resources/views/about.blade.php +++ b/resources/views/about.blade.php @@ -46,6 +46,10 @@ For starters I recommend to start with the most If you have feedback, want to report a bug or just say hello, hit me up by e-mail: hi @ thisdomain without the www .com +
+
+You can now also follow on Mastodon
@MostDiscussed. + + + {{ config('app.name', 'Laravel') }}@if( "index" != Request::route()->getName() ) - {{ ucwords(Request::route()->getName()) }} Articles @endif diff --git a/resources/views/layouts/footer.blade.php b/resources/views/layouts/footer.blade.php index a037c25..1f56b8e 100644 --- a/resources/views/layouts/footer.blade.php +++ b/resources/views/layouts/footer.blade.php @@ -11,6 +11,8 @@ About {{ env('APP_NAME') }} +
+ Follow on Mastodon
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