fix proper url for album covers

This commit is contained in:
sakrecoer 2020-07-04 16:34:02 +02:00
parent 8bd639aedb
commit 1c9405174e
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ date: 2018-12-11 00:00:00
</div>
<div class="image">
<img src="{{ relBase }}{{ album.cover }}" alt="{{ post.title }}" title="{{ post.title }}" />
<img src="https://media.basspistol.com/panix/{{ album.slug }}/{{ album.tracks[0].trackSlug }}.jpeg" alt="{{ post.title }}" title="{{ post.title }}" />
</div>
</section>