List download button and new header

This commit is contained in:
2018-01-11 23:12:35 +01:00
parent 4aa8d8378b
commit 4139405d39
6 changed files with 16 additions and 16 deletions

View File

@@ -21,6 +21,7 @@ func ServeListViewer(w http.ResponseWriter, r *http.Request, p httprouter.Params
var ogData OGData
var err error
listdata := map[string]interface{}{
"id": list.ID,
"data": list.Files,
"date_created": list.DateCreated,
"title": list.Title,