diff options
| author | Julian Hurst <julian.hurst92@gmail.com> | 2021-01-11 18:11:21 +0100 |
|---|---|---|
| committer | Julian Hurst <julian.hurst92@gmail.com> | 2021-01-11 18:11:21 +0100 |
| commit | 98157e607cf1c4aba1257abcc7742a8c4a1b94a0 (patch) | |
| tree | c999b8345478c9cbe02babb80fde409b72f33693 /templates/index.html | |
| parent | b8c6629672e745cc0b4f138bbee900f6e34b1494 (diff) | |
| download | grimtube-98157e607cf1c4aba1257abcc7742a8c4a1b94a0.tar.gz | |
Add view count and atom feed url and change index
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 5 |
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}} |
