diff options
author | cel 🌸 <cel@blos.sm> | 2024-07-17 08:38:47 +0100 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2024-07-17 08:38:47 +0100 |
commit | fb76f6581f199504e66125dad3f5ca5a7d4c7db6 (patch) | |
tree | 3c3887bf5af2f3b33e24f92754975d348a587f84 /templates | |
parent | 5c37993d0672d5ce34e9766d3a4f85c7f59ccb7a (diff) | |
download | infoculture.pub-fb76f6581f199504e66125dad3f5ca5a7d4c7db6.tar.gz infoculture.pub-fb76f6581f199504e66125dad3f5ca5a7d4c7db6.tar.bz2 infoculture.pub-fb76f6581f199504e66125dad3f5ca5a7d4c7db6.zip |
webtorrent testing
Diffstat (limited to '')
-rw-r--r-- | templates/post.html | 4 |
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> |