fix #808
This commit is contained in:
parent
3ea1443885
commit
677b1ec627
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ func Home(ctx *middleware.Context) {
|
|||
readmeExist := base.IsMarkdownFile(blob.Name()) || base.IsReadmeFile(blob.Name())
|
||||
ctx.Data["ReadmeExist"] = readmeExist
|
||||
if readmeExist {
|
||||
ctx.Data["FileContent"] = string(base.RenderMarkdown(buf, ""))
|
||||
ctx.Data["FileContent"] = string(base.RenderMarkdown(buf, branchLink))
|
||||
} else {
|
||||
if err, content := base.ToUtf8WithErr(buf); err != nil {
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue