Compare commits
No commits in common. "b8a18c03ce80e6395023bf8494d4485ce723ef4a" and "ac4ab71e132687de0540bd69dea6fd3a373915d9" have entirely different histories.
b8a18c03ce
...
ac4ab71e13
|
|
@ -28,10 +28,6 @@ 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,8 +7,6 @@ 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,8 +7,6 @@ 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