diff options
-rw-r--r-- | gogs.go | 2 | ||||
-rw-r--r-- | routers/home.go | 1 | ||||
-rw-r--r-- | templates/.VERSION | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -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()) diff --git a/routers/home.go b/routers/home.go index c83cab3772..16d0c7c416 100644 --- a/routers/home.go +++ b/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") diff --git a/templates/.VERSION b/templates/.VERSION index 793a9cf1f3..4fab68fc04 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.6.11.0911 Beta
\ No newline at end of file +0.6.11.0912 Beta
\ No newline at end of file |