Minor changes
This commit is contained in:
parent
996007f84e
commit
84f255f66b
@ -1,7 +1,6 @@
|
||||
package recommended
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"math"
|
||||
"net/http"
|
||||
"sort"
|
||||
@ -63,8 +62,6 @@ func Anime(ctx *aero.Context) string {
|
||||
bestGenres = bestGenres[:bestGenreCount]
|
||||
}
|
||||
|
||||
fmt.Println(bestGenres)
|
||||
|
||||
// Get all anime
|
||||
var tv []*arn.Anime
|
||||
var movies []*arn.Anime
|
||||
|
@ -21,7 +21,7 @@ component SettingsPersonal(user *arn.User)
|
||||
InputText("Nick", user.Nick, "Username", "Your username on notify.moe")
|
||||
InputText("Tagline", user.Tagline, "Tagline", "Text that appears below your username")
|
||||
InputText("Website", user.Website, "Website", "Your homepage")
|
||||
|
||||
|
||||
if arn.IsDevelopment()
|
||||
InputTextArea("Introduction", user.Introduction, "Introduction", "Tell us about yourself (Markdown is allowed)")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user