From 2476ed8bd64ea7335b6baf44ec1adbeb5169069c Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Wed, 17 Jul 2024 10:04:13 +0100 Subject: genericise video player --- templates/article.html | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'templates/article.html') diff --git a/templates/article.html b/templates/article.html index 3de52e4..2aa24f2 100644 --- a/templates/article.html +++ b/templates/article.html @@ -3,15 +3,7 @@
$thumbnail$
$endif$ $if(torrent)$ - - + $partial("templates/video-player.html")$ $endif$
@@ -39,4 +31,4 @@ $body$
- + \ No newline at end of file -- cgit