mirror of https://gitee.com/answerdev/answer.git
Merge remote-tracking branch 'origin/feat/0.6.0/seo' into feat/0.6.0/seo
This commit is contained in:
commit
1ada26483d
|
@ -87,7 +87,6 @@ func (tc *TemplateController) Index(ctx *gin.Context) {
|
|||
tc.Page404(ctx)
|
||||
return
|
||||
}
|
||||
|
||||
ctx.HTML(http.StatusOK, "question.html", gin.H{
|
||||
"siteinfo": tc.SiteInfo(ctx),
|
||||
"scriptPath": tc.scriptPath,
|
||||
|
|
Loading…
Reference in New Issue