Unknwon 9 years ago
parent
commit
ed5a61153f
3 changed files with 3 additions and 2 deletions
  1. 1 1
      gogs.go
  2. 1 0
      routers/home.go
  3. 1 1
      templates/.VERSION

+ 1 - 1
gogs.go

@@ -17,7 +17,7 @@ import (
 	"github.com/gogits/gogs/modules/setting"
 )
 
-const APP_VER = "0.6.11.0911 Beta"
+const APP_VER = "0.6.11.0912 Beta"
 
 func init() {
 	runtime.GOMAXPROCS(runtime.NumCPU())

+ 1 - 0
routers/home.go

@@ -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")

+ 1 - 1
templates/.VERSION

@@ -1 +1 @@
-0.6.11.0911 Beta
+0.6.11.0912 Beta