forked from andyburke/autonomous.contact
fix: fix 404s from templates trying to load bad image urls
This commit is contained in:
parent
0bc303a762
commit
19afb7f9fa
5 changed files with 8 additions and 3 deletions
|
|
@ -109,6 +109,7 @@
|
|||
<img
|
||||
src="${context.creator.meta?.avatar ?? '/images/default_avatar.gif'}"
|
||||
alt="user avatar"
|
||||
loading="lazy"
|
||||
/>
|
||||
</div>
|
||||
<div class="username-container">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue