From 870c335022a43b2cb321a5c436b37981a61d2a46 Mon Sep 17 00:00:00 2001 From: horus Date: Tue, 16 Jan 2024 02:39:07 +0100 Subject: add permalinks --- resources/views/list.blade.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/views/list.blade.php b/resources/views/list.blade.php index 344de46..5878aa9 100644 --- a/resources/views/list.blade.php +++ b/resources/views/list.blade.php @@ -27,6 +27,10 @@ } @endif +.permalink:hover { + text-decoration: none; +} + @endsection @section('content') @@ -114,6 +118,11 @@ 🔗 {{ $article->title }} +@if ( "show" != Request::route()->getName() ) +
+ +
+@endif
@if ( ! is_null($article->getCategories()) ) -- cgit v1.2.3