fix proper url for album covers
This commit is contained in:
parent
8bd639aedb
commit
1c9405174e
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ lang: en
|
|||
</ul>
|
||||
</div>
|
||||
<div class="image">
|
||||
<img src="{{ relBase }}{{ page.cover }}" alt="{{ page.name }}" class="editable" />
|
||||
<img src="https://media.basspistol.com/panix/{{ page.slug }}/{{ page.tracks[0].trackSlug }}.jpeg" alt="{{ page.name }}" class="editable" />
|
||||
</div>
|
||||
</section>
|
||||
<!-- Content -->
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue