From fd0ea710395904e1b4cf5f22fd17af13db43ce5f Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 16 Jul 2024 13:12:33 +0100 Subject: webtorrent and teaser support --- templates/thumbs.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'templates/thumbs.html') diff --git a/templates/thumbs.html b/templates/thumbs.html index 91cfd74..3fcc6f7 100644 --- a/templates/thumbs.html +++ b/templates/thumbs.html @@ -5,6 +5,17 @@
$thumbnail$

$endif$ + $if(torrent)$ + + + $endif$

$title$

@@ -22,6 +33,11 @@ $subtitle$
$endif$ + $if(teaser)$ +
+ $teaser$read more... +
+ $endif$ $endfor$ - \ No newline at end of file + -- cgit