From 0aad2518376937002aee3ca9069f4360827d0733 Mon Sep 17 00:00:00 2001 From: ayame-git Date: Thu, 4 May 2017 15:14:29 +0300 Subject: [PATCH] updated rootHandler --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index ed0706ae..9528a674 100644 --- a/main.go +++ b/main.go @@ -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 {