FIX: ensure there's an excerpt before showing the bio

This commit is contained in:
Régis Hanol 2019-10-30 19:09:25 +01:00
parent 32107a9a72
commit 1772682b0a
1 changed files with 1 additions and 1 deletions

View File

@ -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}}