well i guess i can POST releases now!

Signed-off-by: ari melody <ari@arimelody.me>
This commit is contained in:
ari melody 2024-08-01 03:54:15 +01:00
parent 10f5f51e76
commit 151b2d8fd9
13 changed files with 417 additions and 203 deletions

View file

@ -109,17 +109,16 @@
{{else}}
<div id="tracks">
<h2>tracks:</h2>
{{range .GetTracks}}
{{range $i, $track := .GetTracks}}
<details>
<summary class="album-track-title">{{.GetTitle}}</summary>
{{.GetLyrics}}
<summary class="album-track-title">{{$i}}. {{$track.GetTitle}}</summary>
{{$track.GetLyrics}}
</details>
{{end}}
</div>
{{end}}
</div>
{{if or .GetCredits not .IsSingle}}
<div id="extras">
<ul>
<li><a href="#overview">overview</a></li>
@ -138,7 +137,6 @@
{{end}}
</ul>
</div>
{{end}}
<!-- <div id="tracks"> -->
<!-- <% var file = `/audio/preview/${data.id}.webm` %> -->
<!-- <% if (data.tracks && typeof(data.tracks) == typeof([])) { %> -->