mirror of
https://github.com/go-gitea/gitea
synced 2025-07-15 23:17:19 +00:00
fix #1629
This commit is contained in:
@@ -50,6 +50,7 @@ func Home(ctx *middleware.Context) {
|
||||
|
||||
func Explore(ctx *middleware.Context) {
|
||||
ctx.Data["Title"] = ctx.Tr("explore")
|
||||
ctx.Data["PageIsExplore"] = true
|
||||
ctx.Data["PageIsExploreRepositories"] = true
|
||||
|
||||
page := ctx.QueryInt("page")
|
||||
|
Reference in New Issue
Block a user