move away from deprecated realtive path
This commit is contained in:
parent
d53c344a70
commit
49fa7ba79f
23 changed files with 67 additions and 167 deletions
|
|
@ -20,8 +20,8 @@ poster_image: /assets/vid/discogs.jpg
|
|||
{% assign sorted = site.albums | reverse %}
|
||||
{% for album in sorted %}
|
||||
<div class="records">
|
||||
<a href="{{ base }}/albums/{{ album.slug }}/">
|
||||
<img class="recordthumbs" src="{{ base }}{{ album.cover }}" title="{{ album.name }}" alt="{{ album.name }}" />
|
||||
<a href="{{ site.baseurl }}/albums/{{ album.slug }}/">
|
||||
<img class="recordthumbs" src="{{ site.baseurl }}{{ album.cover }}" title="{{ album.name }}" alt="{{ album.name }}" />
|
||||
</a>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue