Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

updated rootHandler

Cette révision appartient à :
ayame-git 2017-05-04 15:14:29 +03:00
Parent 76b8fe9ccb
révision 0aad251837

Voir le fichier

@ -161,7 +161,7 @@ func rootHandler(w http.ResponseWriter, r *http.Request) {
}
htv := HomeTemplateVariables{b, getAllCategories(false), "", "_", maxPerPage, nbTorrents}
htv := HomeTemplateVariables{b, getAllCategories(false), "", "", "_", maxPerPage, nbTorrents}
err := templates.ExecuteTemplate(w, "index.html", htv)
if err != nil {