changed music reviews template to include links to albums

This commit is contained in:
Arian Furrer 2024-04-21 21:59:23 +02:00
parent ac4ab71e13
commit b7d1cc380e
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ layout: base
<td><strong>Length</strong></td>
<td>{{ album_length }}</td>
</tr>
<tr>
<td><strong>Link to album</strong></td>
<td><a href="{{ album_link }}">{{ album_link_provider }}</a></td>
</tr>
</table>
<br height="50px"/>