diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-03-25 16:22:41 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-03-25 16:22:41 +1000 |
| commit | 9fa34273082e588f8876c4f4d1f658f4b3590e92 (patch) | |
| tree | 3b99fc82d67b857e9dbe747d1bfc330aa21995e9 /templates/base.html | |
| parent | 2c8af031648d110148dfe672c4fc3063f1743374 (diff) | |
Add trending and ability to sort playlist by views
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 1 |
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>
|
