Update last/current track display

This commit is contained in:
floppydiskette 2024-12-25 22:41:17 +00:00
commit 6c126bc20f
4 changed files with 13 additions and 4 deletions

View file

@ -3,7 +3,8 @@
<img src="{{ $track["image"] }}" alt="Album cover for {{ $track["title"] }} by {{ $track["artist"] }}">
</div>
<div>
<h2>Last/Current Track:</h2>
<a href="{{ $track["url"] }}">{{ $track["title"] }} {{ $track["artist"] }}</a><br>
<h2>{{ $track["header"] }}:</h2>
<a href="{{ $track["url"] }}">{{ $track["title"] }}</a><br>
by {{ $track["artist"] }}<br>
</div>
</div>