diff options
| author | horus | 2024-01-15 23:03:17 +0100 |
|---|---|---|
| committer | horus | 2024-01-15 23:03:17 +0100 |
| commit | 32f972b2ac74e4fa553ef27ef004c8cce85aad36 (patch) | |
| tree | ec0bf1a2fb20a12ce1d7432e4dc69d201ac3eb0c /resources/views/list.blade.php | |
| parent | 67e074289a05e2b21235ea369b3a0c04211aee87 (diff) | |
| download | curious-32f972b2ac74e4fa553ef27ef004c8cce85aad36.tar.gz | |
adds support for mastofeed.org to publish automatically to Mastodon
Diffstat (limited to 'resources/views/list.blade.php')
| -rw-r--r-- | resources/views/list.blade.php | 2 |
1 files changed, 2 insertions, 0 deletions
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. </p> </div> + @elseif ( "show" == Request::route()->getName() ) + <!-- single article. show nothing --> @else <h1 class="card-header"> {{ ucwords(Request::route()->getName()) }} Articles |
