updates, sort interface

This commit is contained in:
Henrique Dias
2015-09-18 09:47:02 +01:00
parent d847909da8
commit abb9c4efe1
16 changed files with 434 additions and 52 deletions

View File

@@ -41,6 +41,7 @@ func Execute(w http.ResponseWriter, r *http.Request) (int, error) {
Template: tpl,
},
},
IgnoreIndexes: true,
}
return b.ServeHTTP(w, r)