feat: cleanup after move to new production server.

This commit is contained in:
2024-01-07 14:24:04 +00:00
parent e10736d51e
commit bc66edb3ce
6 changed files with 176 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<div class="single-author profile flex-stretch">
<div class="thumb">
<img src="{{ $artist->header() }}" alt="{{ $artist->name }}'s Cover Photo" />
<a href="/artist/{{ $artist->slug }}"><img src="{{ $artist->header() }}" alt="{{ $artist->name }}'s Cover Photo" /></a>
</div>
<div class="content">
<a href="/artist/{{ $artist->slug }}"><img class="author-thumb avatar_img" src="{{ $artist->avatar() }}"