mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-04-21 15:26:42 +02:00
routers/web/home.go aktualisiert
This commit is contained in:
parent
dc05f30a26
commit
cc71a51b95
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ func Home(ctx *context.Context) {
|
|||
ctx.Redirect(setting.AppSubURL + "/user/login")
|
||||
return
|
||||
}
|
||||
|
||||
ctx.Data["PageIsHome"] = true
|
||||
ctx.Data["IsRepoIndexerEnabled"] = setting.Indexer.RepoIndexerEnabled
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue