summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-07-17 08:38:47 +0100
committerLibravatar cel 🌸 <cel@blos.sm>2024-07-17 08:38:47 +0100
commitfb76f6581f199504e66125dad3f5ca5a7d4c7db6 (patch)
tree3c3887bf5af2f3b33e24f92754975d348a587f84 /templates
parent5c37993d0672d5ce34e9766d3a4f85c7f59ccb7a (diff)
downloadinfoculture.pub-fb76f6581f199504e66125dad3f5ca5a7d4c7db6.tar.gz
infoculture.pub-fb76f6581f199504e66125dad3f5ca5a7d4c7db6.tar.bz2
infoculture.pub-fb76f6581f199504e66125dad3f5ca5a7d4c7db6.zip
webtorrent testing
Diffstat (limited to 'templates')
-rw-r--r--templates/post.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/post.html b/templates/post.html
index ddbd384..5815e91 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -1,4 +1,6 @@
<main role="main">
+ $if(torrent)$
$partial("templates/load-webtorrent.html")$
+ $endif$
$partial("templates/article.html")$
-</main> \ No newline at end of file
+</main>