fix: Adjust the tab layout and fix some bugs

This commit is contained in:
2024-12-19 09:38:00 +08:00
parent d9756a06ed
commit 0d419dabd1
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)