FIX: ensure there's an excerpt before showing the bio
This commit is contained in:
parent
32107a9a72
commit
1772682b0a
|
@ -133,7 +133,7 @@
|
|||
</div>
|
||||
</div>
|
||||
{{else}}
|
||||
{{#if user.bio_cooked}}
|
||||
{{#if user.bio_excerpt}}
|
||||
<div class='bio'>{{text-overflow class="overflow" text=user.bio_excerpt}}</div>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue