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/article.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 templates/article.html (limited to 'templates/article.html') diff --git a/templates/article.html b/templates/article.html new file mode 100644 index 0000000..e5ed720 --- /dev/null +++ b/templates/article.html @@ -0,0 +1,44 @@ +
+ $if(thumbnail)$ +
$thumbnail$
+ $endif$ + $if(torrent)$ +
+ + +
+ $endif$ +
+
+
+

$title$

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

$author$

+ $endif$ +

$date$

+ $if(tags)$ +

$tags$

+ $endif$ +
+
+
+
+
+ $body$ +
+
+
-- cgit