fix: Adjust the tab layout and fix some bugs

This commit is contained in:
yv1ing
2024-12-19 09:38:00 +08:00
parent 7f5797f3bb
commit bcf34cef0a
7 changed files with 24 additions and 19 deletions

View File

@@ -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)