changed music reviews template to include links to albums
This commit is contained in:
parent
ac4ab71e13
commit
b7d1cc380e
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue