diff --git a/routers/web/repo/view.go b/routers/web/repo/view.go index e98d94f7ca..50d47972a5 100644 --- a/routers/web/repo/view.go +++ b/routers/web/repo/view.go @@ -697,7 +697,7 @@ func Home(ctx *context.Context) { return } - renderCode(ctx) + Wiki(ctx) } // LastCommit returns lastCommit data for the provided branch/tag/commit and directory (in url) and filenames in body