From 264302f6cdc630097e45ac76509da20ea4ccf684 Mon Sep 17 00:00:00 2001 From: horus Date: Tue, 16 Jan 2024 01:12:23 +0100 Subject: changes in design --- resources/views/list.blade.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'resources/views/list.blade.php') diff --git a/resources/views/list.blade.php b/resources/views/list.blade.php index 575af7c..344de46 100644 --- a/resources/views/list.blade.php +++ b/resources/views/list.blade.php @@ -96,6 +96,12 @@ You are looking at the most popular articles. If you are interested in popular topics instead, click here.

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

+ To stay up to date you can also follow on {!! file_get_contents(public_path() . "/img/mastodon.svg") !!} Mastodon. +

+
@endif @endif @@ -106,14 +112,14 @@

- {{ $article->title }} + 🔗 {{ $article->title }}

@if ( ! is_null($article->getCategories()) ) @foreach ( $article->getCategories()->get() as $cat ) - {{ $cat->name }} + 🔗 {{ $cat->name }} @endforeach @endif -- cgit v1.2.3