Browse Source

#3169

update
tags/v1.22.12.1^2
chenyifan01 3 years ago
parent
commit
033802703d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/home.go

+ 1
- 1
routers/home.go View File

@@ -312,7 +312,7 @@ func GetRepoSquarePage(ctx *context.Context) {
ctx.HTML(200, tplRepoSquare)
}
func GetRepoSearchPage(ctx *context.Context) {
ctx.Data["Topics"] = repository.GetTopics()
ctx.Data["SquareTopics"] = repository.GetTopics()
ctx.HTML(200, tplRepoSearch)
}



Loading…
Cancel
Save