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><strong>Length</strong></td>
|
||||||
<td>{{ album_length }}</td>
|
<td>{{ album_length }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><strong>Link to album</strong></td>
|
||||||
|
<td><a href="{{ album_link }}">{{ album_link_provider }}</a></td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<br height="50px"/>
|
<br height="50px"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue