mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Mirror fix
This commit is contained in:
@@ -17,3 +17,7 @@ func Home(ctx *middleware.Context) {
|
||||
ctx.Data["PageIsHome"] = true
|
||||
ctx.Render.HTML(200, "home", ctx.Data)
|
||||
}
|
||||
|
||||
func Help(ctx *middleware.Context) string {
|
||||
return "This is help page"
|
||||
}
|
||||
|
Reference in New Issue
Block a user