summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorJulian Hurst <julian.hurst92@gmail.com>2021-01-11 18:11:21 +0100
committerJulian Hurst <julian.hurst92@gmail.com>2021-01-11 18:11:21 +0100
commit98157e607cf1c4aba1257abcc7742a8c4a1b94a0 (patch)
treec999b8345478c9cbe02babb80fde409b72f33693 /templates/index.html
parentb8c6629672e745cc0b4f138bbee900f6e34b1494 (diff)
downloadgrimtube-98157e607cf1c4aba1257abcc7742a8c4a1b94a0.tar.gz
Add view count and atom feed url and change index
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
index 434a34f..9191892 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -7,5 +7,10 @@
<option> {{.}}</option>
{{end}}
</select>
+ <select id="order" name="order">
+ {{range .Orders}}
+ <option>{{.}}</option>
+ {{end}}
+ </select>
</form>
{{end}}