From 6c6319c3ecfb9606c32b3c6c9b487da33911f8b6 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 18 Jul 2024 01:37:00 +0100 Subject: add resources dir --- templates/post.html | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) (limited to 'templates/post.html') diff --git a/templates/post.html b/templates/post.html index 5815e91..b9bbbe0 100644 --- a/templates/post.html +++ b/templates/post.html @@ -2,5 +2,38 @@ $if(torrent)$ $partial("templates/load-webtorrent.html")$ $endif$ - $partial("templates/article.html")$ - +
+ $if(thumbnail)$ +
$thumbnail$
+ $endif$ + $if(torrent)$ + $partial("templates/video-player.html")$ + $endif$ +
+
+
+

$title$

+ permalink + raw + $if(torrent)$ + magnet link + $endif$ +
+
+ $if(author)$ +

$author$

+ $endif$ +

$date$

+ $if(tags)$ +

$tags$

+ $endif$ +
+
+
+
+
+ $body$ +
+
+
+ \ No newline at end of file -- cgit