diff --git a/routers/search.go b/routers/search.go index 2c583fd2e..8628b9ba1 100644 --- a/routers/search.go +++ b/routers/search.go @@ -33,7 +33,7 @@ func InitESClient() { func Search(ctx *context.Context) { keyword := strings.Trim(ctx.Query("q"), " ") ctx.Data["keyword"] = keyword - ctx.HTML(200, "/explore/search_new.tmpl") + ctx.HTML(200, "explore/search_new.tmpl") } func SearchApi(ctx *context.Context) {