Compare commits
2 Commits
ac4ab71e13
...
b8a18c03ce
| Author | SHA1 | Date |
|---|---|---|
|
|
b8a18c03ce | |
|
|
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"/>
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@ album_name: Somewhere in Time
|
|||
album_tracks: 8
|
||||
album_length: 51 min 40 sec
|
||||
album_year: 1985
|
||||
album_link: https://www.discogs.com/release/21168847-Iron-Maiden-Somewhere-In-Time
|
||||
album_link_provider: Discogs
|
||||
---
|
||||
|
||||
Iron Maiden's Somewhere in Time. What a masterpiece of an album.
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@ album_name: Ashes and Snow
|
|||
album_tracks: 7
|
||||
album_length: 42 min 58 sec
|
||||
album_year: 2021
|
||||
album_link: https://sylvatica1.bandcamp.com/album/ashes-and-snow
|
||||
album_link_provider: Bandcamp
|
||||
---
|
||||
|
||||
This is a test. The review for this album will be written soon
|
||||
|
|
|
|||
Loading…
Reference in New Issue