mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-04-21 07:16:41 +02:00
routers/web/home.go aktualisiert
This commit is contained in:
parent
cc71a51b95
commit
482ad78be4
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +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