Minor fixes

This commit is contained in:
2018-03-14 16:33:42 +01:00
parent 30080861c4
commit d736505dd1
3 changed files with 21 additions and 4 deletions

View File

@ -8,7 +8,7 @@ import (
)
const maxPosts = 5
const maxTracks = 3
const maxTracks = 12
// Get user profile page.
func Get(ctx *aero.Context) string {