add top artists display to profile

This commit is contained in:
2026-03-02 21:58:41 -08:00
parent 24fb1331b4
commit 6e0e53eb64
8 changed files with 847 additions and 1 deletions

View File

@@ -33,6 +33,10 @@ func init() {
funcMap := template.FuncMap{
"sub": sub,
"add": add,
"div": div,
"mod": mod,
"slice": slice,
"gridReorder": gridReorder,
"formatInt": formatInt,
"formatTimestamp": formatTimestamp,
"formatTimestampFull": formatTimestampFull,