aboutsummaryrefslogtreecommitdiffstats
path: root/routers/home.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-02-14 20:14:22 -0500
committerUnknown <joe2010xtmf@163.com>2014-02-14 20:14:22 -0500
commitb1c5adc2f206b855ccf19eaf492fd86a86e2befc (patch)
tree014dc7adb77b4670bc4254738dec561c4e7035ef /routers/home.go
parent8ef198dface6a4e7b851ea495e236450f40ad1dc (diff)
downloadgitea-b1c5adc2f206b855ccf19eaf492fd86a86e2befc.tar.gz
gitea-b1c5adc2f206b855ccf19eaf492fd86a86e2befc.zip
Setup templates structure
Diffstat (limited to 'routers/home.go')
-rw-r--r--routers/home.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/routers/home.go b/routers/home.go
deleted file mode 100644
index ec7077d804..0000000000
--- a/routers/home.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright 2014 The Gogs Authors. All rights reserved.
-// Use of this source code is governed by a MIT-style
-// license that can be found in the LICENSE file.
-
-package routers
-
-import (
- "github.com/martini-contrib/render"
-)
-
-func Home(r render.Render) {
- r.HTML(200, "home", map[string]interface{}{})
-}