From 1f66094bae5144a95decd0a3659b4c270a3bcaa9 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Wed, 1 Apr 2020 19:40:48 +0200 Subject: removed remaining landing-page/home fragments Signed-off-by: Toni Uhlig --- internal/route/home.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'internal/route') diff --git a/internal/route/home.go b/internal/route/home.go index a389c080..2b12a15b 100644 --- a/internal/route/home.go +++ b/internal/route/home.go @@ -20,7 +20,6 @@ import ( ) const ( - HOME = "home" EXPLORE_REPOS = "explore/repos" EXPLORE_USERS = "explore/users" EXPLORE_ORGANIZATIONS = "explore/organizations" @@ -44,8 +43,7 @@ func Home(c *context.Context) { return } - c.Data["PageIsHome"] = true - c.Success(HOME) + ExploreRepos(c) } func ExploreRepos(c *context.Context) { -- cgit v1.2.3