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