mirror of
https://github.com/yv1ing/MollyBlog.git
synced 2025-09-16 14:53:45 +08:00
fix: Adjust the tab layout and fix some bugs
This commit is contained in:
@@ -120,6 +120,7 @@ func (ma *MApp) parseMarkdowns() error {
|
||||
})
|
||||
|
||||
ma.Tags[tagHash] = tag
|
||||
ma.TagsHash[tag] = tagHash
|
||||
ma.TagsCount[tag] += 1
|
||||
ma.TaggedPosts[tagHash] = append(ma.TaggedPosts[tagHash], &post)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user