From 5c37993d0672d5ce34e9766d3a4f85c7f59ccb7a Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Wed, 17 Jul 2024 06:19:44 +0100 Subject: webtorrent testing --- templates/article-resource.html | 44 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 templates/article-resource.html (limited to 'templates/article-resource.html') diff --git a/templates/article-resource.html b/templates/article-resource.html new file mode 100644 index 0000000..e3d9cac --- /dev/null +++ b/templates/article-resource.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$ +
+
+
\ No newline at end of file -- cgit