Improved tracks on the user profile

This commit is contained in:
2017-06-27 18:43:13 +02:00
parent 8727ab63eb
commit de9e743067
4 changed files with 32 additions and 9 deletions

View File

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