fix首页markdown

This commit is contained in:
deepzz0
2016-10-11 00:43:11 +08:00
parent 0dc40d518b
commit 03e0609790
8 changed files with 22 additions and 9 deletions

View File

@@ -115,6 +115,8 @@ type Article struct {
Prev *Article `bson:"-"`
// 下篇文章
Next *Article `bson:"-"`
// Header
Header string `bson:"-"`
// 预览信息
Excerpt string `bson:"-"`
}