From 7d1d61757a39e7f949e65e0d9f8b6555f5010b90 Mon Sep 17 00:00:00 2001 From: dev Date: Sat, 27 Jun 2026 07:01:54 +0200 Subject: feat: split movie synopsis into separate paragraphs Synopsis now splits on \n\n into individual
tags instead of one big text blob. Already implemented, confirmed working with latest DB data. --- ssh/resources/views/list.blade.php | 177 ------------------------------------- 1 file changed, 177 deletions(-) delete mode 100644 ssh/resources/views/list.blade.php (limited to 'ssh/resources/views/list.blade.php') diff --git a/ssh/resources/views/list.blade.php b/ssh/resources/views/list.blade.php deleted file mode 100644 index 5878aa9..0000000 --- a/ssh/resources/views/list.blade.php +++ /dev/null @@ -1,177 +0,0 @@ -@extends('layouts.app') - -@section('styles') - -@include ('layouts.footer-style') - -@if ( 0 != $count ) - html { - height: inherit; - } - .hn { - display: inline-block; - font-size: inherit; - height: 1em; - overflow: visible; - vertical-align: -.125em; - fill: #ff6600; - } - - .rss-link > svg { - display: inline-block; - font-size: inherit; - height: 1em; - overflow: visible; - vertical-align: -.125em; - fill: #f59436; - } -@endif - -.permalink:hover { - text-decoration: none; -} - -@endsection - -@section('content') -
- You searched for "{{ Request::input("q") }}". We found {{ $count }} matches. -
- @include("search") -
- You are looking at all articles with the topic "{{ Request::route()->parameters()["topic"] }}". We found {{ $count }} matches.
-
-
- Hint:
- To view all topics, click here. Too see the most popular topics, click here instead.
-
- Have a deep view into what people are curious about. -
-- Hint: - You are looking at the most popular articles. If you are interested in popular topics instead, click here. -
-- To stay up to date you can also follow on {!! file_get_contents(public_path() . "/img/mastodon.svg") !!} Mastodon. -
-- {!! $article->excerpt_html !!} -
- - - @if ( 0 != $article->comments ) -