테마: 작성자 이미지 경로 보정
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<div class="meta-pill">{{plural count.posts empty="No posts" singular="% post" plural="% posts"}}</div>
|
||||
|
||||
{{#if profile_image}}
|
||||
<img class="h-16 w-16 shrink-0 self-start rounded-theme object-cover sm:h-20 sm:w-20" src="{{img_url profile_image size="s"}}" alt="{{name}}">
|
||||
<img class="h-16 w-16 shrink-0 self-start rounded-theme object-cover sm:h-20 sm:w-20" src="{{img_url profile_image size="s" absolute="true"}}" alt="{{name}}">
|
||||
{{else}}
|
||||
<div class="flex h-16 w-16 shrink-0 self-start items-center justify-center rounded-theme bg-bgr-tone text-sm font-semibold text-typ-tone sm:h-20 sm:w-20">{{name}}</div>
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user