diff options
Diffstat (limited to 'templates/article.html')
-rw-r--r-- | templates/article.html | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/templates/article.html b/templates/article.html deleted file mode 100644 index 2aa24f2..0000000 --- a/templates/article.html +++ /dev/null @@ -1,34 +0,0 @@ -<article> - $if(thumbnail)$ - <div class="thumbnail" style="height: 30vh;">$thumbnail$</div> - $endif$ - $if(torrent)$ - $partial("templates/video-player.html")$ - $endif$ - <div class="panel"> - <section class="header"> - <div class="title"> - <h1>$title$</h1> - <a href="https://infoculture.pub$url$">permalink</a> - <a href="/$path$">raw</a> - $if(torrent)$ - <a href="$torrent$">magnet link</a> - $endif$ - </div> - <div class="meta"> - $if(author)$ - <h2 class="author">$author$</h2> - $endif$ - <h3 class="date">$date$</h3> - $if(tags)$ - <h3 class="tags">$tags$</h3> - $endif$ - </div> - </section> - <br> - <br> - <section> - $body$ - </section> - </div> -</article>
\ No newline at end of file |