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

@@ -55,6 +55,9 @@
{{ if eq .TemplateName "album"}}{{block "album" .}}{{end}}{{end}}
<script src="/files/menu.js"></script>
{{if eq .TemplateName "profile"}}
<script src="/files/profile.js"></script>
{{end}}
</body>
</html>
{{end}}