Profile tracks is now a separate package

This commit is contained in:
2018-03-14 18:21:22 +01:00
parent 1a380f3139
commit 5b05d82b7d
7 changed files with 98 additions and 76 deletions

View File

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