summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-03-25 16:22:41 +1000
committerJames Mills <prologic@shortcircuit.net.au>2020-03-25 16:22:41 +1000
commit9fa34273082e588f8876c4f4d1f658f4b3590e92 (patch)
tree3b99fc82d67b857e9dbe747d1bfc330aa21995e9 /templates
parent2c8af031648d110148dfe672c4fc3063f1743374 (diff)
Add trending and ability to sort playlist by views
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index a156f3b..d6e67b9 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -15,6 +15,7 @@
<body>
<nav>
<a href="/">Tube</a>
+ <a href="/?trending=1">Trending</a>
<a class="centered" style="text-indent: 0;" href="/upload">Upload</a>
</nav>
<main>